1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-10-31 08:37:45 +02:00

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"]`
This commit is contained in:
KawaBaud
2025-10-14 08:48:26 +03:00
committed by GitHub
parent 9dcd6f1225
commit 10de002d4e

View File

@@ -1,6 +1,6 @@
# Please use a nightly rustfmt for these settings.
unstable_features = true
imports_granularity = "module"
imports_granularity = "Module"
wrap_comments = true
# The code blocks get a scrollbar if they are wider than this.