Skip to content

Commit

Permalink
improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
robpickerill committed Sep 19, 2023
1 parent dff3954 commit 5a731b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ create_config! {
format_generated_files: bool, true, false, "Format generated files";
generated_files_scan_lines_limit: usize, 5, false,
"How many lines at the beginning of each file to scan for \
`// rustfmt-generated` markers indicating generated files";
`@generated` markers, to determine if it is generated";

// Options that can change the source code beyond whitespace/blocks (somewhat linty things)
merge_derives: bool, true, true, "Merge multiple `#[derive(...)]` into a single one";
Expand Down

0 comments on commit 5a731b2

Please sign in to comment.