Bump MSRV to 1.84 (#12670)
## Summary Closes https://github.com/astral-sh/uv/issues/12649.
This commit is contained in:
@@ -204,6 +204,7 @@ impl Set {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::format_push_string)]
|
||||
fn emit_field(output: &mut String, name: &str, field: &OptionField, parents: &[Set]) {
|
||||
let header_level = if parents.len() > 1 { "####" } else { "###" };
|
||||
let parents_anchor = parents.iter().filter_map(|parent| parent.name()).join("_");
|
||||
|
||||
Reference in New Issue
Block a user