mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
refactor: Move Top-level heading into ruff_dev
This commit is contained in:
parent
8195873cdf
commit
b0d72c47b4
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ fn emit_field(output: &mut String, name: &str, field: &OptionField, group_name:
|
|||
}
|
||||
|
||||
pub fn main(args: &Args) -> Result<()> {
|
||||
let mut output = String::new();
|
||||
let mut output: String = "### Top-level\n\n".into();
|
||||
|
||||
let mut sorted_options = Options::get_available_options();
|
||||
sorted_options.sort_by_key(|(name, _)| *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue