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.
sym_helper
1 parent d49501c commit b6c9186Copy full SHA for b6c9186
clippy_utils/src/lib.rs
@@ -53,7 +53,7 @@ extern crate rustc_trait_selection;
53
extern crate smallvec;
54
55
#[macro_use]
56
-pub mod sym_helper;
+mod sym_helper;
57
58
pub mod ast_utils;
59
pub mod attrs;
0 commit comments