Browse Source

compile warn

opentrade 5 years ago
parent
commit
b1a37379c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lic.rs

+ 1 - 1
src/lic.rs

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