File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ create_config! {
151
151
"Write an item and its attribute on the same line \
152
152
if their combined width is below a threshold";
153
153
format_generated_files: bool , true , false , "Format generated files" ;
154
- generated_marker_line_search_limit: usize , 5 , false , "Number of lines to check for a `@generated` \
155
- marker when `format_generated_files` is enabled";
154
+ generated_marker_line_search_limit: usize , 5 , false , "Number of lines to check for a \
155
+ `@generated` marker when `format_generated_files` is enabled";
156
156
157
157
// Options that can change the source code beyond whitespace/blocks (somewhat linty things)
158
158
merge_derives: bool , true , true , "Merge multiple `#[derive(...)]` into a single one" ;
You can’t perform that action at this time.
0 commit comments