Squash some warnings

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-03-03 19:34:41 -05:00
parent bac1b413dc
commit 711bfeb7f9
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#![allow(dead_code)]
pub mod addr;
pub mod error;
pub mod flags;