Ignore dead code warnings in util

This commit is contained in:
Steven Fackler 2013-12-11 20:27:56 -08:00
parent 4760efaced
commit 6409c9e950

View File

@ -1,3 +1,5 @@
#[allow(dead_code)];
pub mod cryptoutil;
pub mod digest;
pub mod md5;