Skip to content

Commit b6c9186

Browse files
committed
chore!(utils): make sym_helper module private
1 parent d49501c commit b6c9186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extern crate rustc_trait_selection;
5353
extern crate smallvec;
5454

5555
#[macro_use]
56-
pub mod sym_helper;
56+
mod sym_helper;
5757

5858
pub mod ast_utils;
5959
pub mod attrs;

0 commit comments

Comments
 (0)