remove dead_code allow (lints fixed now)

This commit is contained in:
Ryan Leckey 2020-03-11 02:49:06 -07:00
parent b9fe70ffa4
commit ffa4420c08

View file

@ -1,4 +1,3 @@
#![allow(dead_code)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#[cfg(not(any(feature = "runtime-tokio", feature = "runtime-async-std")))]