mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
refactor/polish ~ fix cargo clippy
complaints (allow module_inception)
This commit is contained in:
parent
cc49983314
commit
e80970cb92
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
pub mod token;
|
||||
pub mod sub;
|
||||
pub mod unescaped_text;
|
||||
#[allow(clippy::module_inception)]
|
||||
mod num_format;
|
||||
|
|
Loading…
Reference in a new issue