We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
merge_imports
1 parent 71672f3 commit bc4c95fCopy full SHA for bc4c95f
src/config/config_type.rs
@@ -409,7 +409,7 @@ macro_rules! create_config {
409
if self.was_set().merge_imports() {
410
eprintln!(
411
"Warning: the `merge_imports` option is deprecated. \
412
- Use `imports_granularity=Crate` instead"
+ Use `imports_granularity=\"Crate\"` instead"
413
);
414
if !self.was_set().imports_granularity() {
415
self.imports_granularity.2 = if self.merge_imports() {
0 commit comments