mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
Allow dead code in crate::utils
This commit is contained in:
parent
77efcd9762
commit
28f904bf01
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(dead_code)]
|
||||
|
||||
pub mod time;
|
||||
pub mod version;
|
||||
pub mod anyhow_result;
|
||||
|
|
Loading…
Reference in a new issue