1
Fork 0

chore: disable unreachable pub lint on config items

This commit is contained in:
Caleb Cartwright 2022-08-06 19:59:52 -05:00
parent 5a1ef3c7bc
commit 437de8d17f

View file

@ -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;