Skip to content

Commit c12dc6a

Browse files
committed
rebased from master --squash this--
1 parent da07f2b commit c12dc6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clippy_lints/src/macro_use.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ impl<'l, 'txc> LateLintPass<'l, 'txc> for MacroUseImports {
233233
}
234234
}
235235
if !self.mac_refs.is_empty() {
236-
println!("{:#?}", self.mac_refs);
236+
// TODO if not empty we found one would could not make a suggestion for
237+
// such as std::prelude::v1 or something else I haven't thought of.
238+
// println!("{:#?}", self.mac_refs);
237239
}
238240
}
239241
}

0 commit comments

Comments
 (0)