From b1a37379c8a93c3d194415a5f0900845498bfc99 Mon Sep 17 00:00:00 2001 From: opentrade Date: Sat, 10 Apr 2021 01:42:35 +0800 Subject: [PATCH] compile warn --- src/lic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lic.rs b/src/lic.rs index 452a60f..ad164b6 100644 --- a/src/lic.rs +++ b/src/lic.rs @@ -1,7 +1,7 @@ use hbb_common::{ bail, log, sodiumoxide::crypto::{ - secretbox::{self, Key, Nonce}, + secretbox::{self, Nonce}, sign, }, ResultType,