Skip to content

Commit 437de8d

Browse files
chore: disable unreachable pub lint on config items
1 parent 5a1ef3c commit 437de8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ pub use crate::config::options::*;
2020
#[macro_use]
2121
pub(crate) mod config_type;
2222
#[macro_use]
23+
#[allow(unreachable_pub)]
2324
pub(crate) mod options;
2425

2526
pub(crate) mod file_lines;
27+
#[allow(unreachable_pub)]
2628
pub(crate) mod lists;
2729
pub(crate) mod macro_names;
2830

0 commit comments

Comments
 (0)