Skip to content

Commit 10de002

Browse files
authored
change imports_granularity value to 'Module' (#2947)
rustsc 1.89.0 says that the values are in PascalCase and will error out otherwise. Specfic message: `"module" is not one of ["Preserve","Crate","Module","Item","One"]`
1 parent 9dcd6f1 commit 10de002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Please use a nightly rustfmt for these settings.
22
unstable_features = true
3-
imports_granularity = "module"
3+
imports_granularity = "Module"
44
wrap_comments = true
55

66
# The code blocks get a scrollbar if they are wider than this.

0 commit comments

Comments
 (0)