chore: disable unreachable pub lint on config items
This commit is contained in:
parent
5a1ef3c7bc
commit
437de8d17f
1 changed files with 2 additions and 0 deletions
|
@ -20,9 +20,11 @@ pub use crate::config::options::*;
|
|||
#[macro_use]
|
||||
pub(crate) mod config_type;
|
||||
#[macro_use]
|
||||
#[allow(unreachable_pub)]
|
||||
pub(crate) mod options;
|
||||
|
||||
pub(crate) mod file_lines;
|
||||
#[allow(unreachable_pub)]
|
||||
pub(crate) mod lists;
|
||||
pub(crate) mod macro_names;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue