Warning removal

This commit is contained in:
Adam Ierymenko 2022-11-16 21:43:05 -05:00
parent 19d973cfd4
commit 6ba9aeaa99

View file

@ -402,6 +402,7 @@ mod tests {
#[allow(unused_imports)]
use super::*;
#[allow(unused)]
#[test]
fn test_db() {
if let Ok(tokio_runtime) = zerotier_utils::tokio::runtime::Builder::new_current_thread().enable_all().build() {