compile warn

This commit is contained in:
opentrade 2021-04-10 01:42:35 +08:00
parent 321bccc19e
commit b1a37379c8

View File

@ -1,7 +1,7 @@
use hbb_common::{
bail, log,
sodiumoxide::crypto::{
secretbox::{self, Key, Nonce},
secretbox::{self, Nonce},
sign,
},
ResultType,