Skip to content

Commit ee1acb5

Browse files
committed
Move test files; change description wording.
1 parent ee577df commit ee1acb5

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ create_config! {
7979
imports_layout: ListTactic, ListTactic::Mixed, false, "Item layout inside a import block";
8080
merge_imports: bool, false, false, "Merge imports";
8181
group_imports: GroupImportsTactic, GroupImportsTactic::Preserve, false,
82-
"Reorganize import groups";
82+
"Controls the strategy for how imports are grouped together";
8383

8484
// Ordering
8585
reorder_imports: bool, true, true, "Reorder import and extern crate statements alphabetically";

0 commit comments

Comments
 (0)