1
Fork 0
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:
Steffo 2024-08-19 07:34:24 +02:00
parent 77efcd9762
commit 28f904bf01
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,3 +1,5 @@
#![allow(dead_code)]
pub mod time;
pub mod version;
pub mod anyhow_result;