We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae2b76 commit 9ccd38dCopy full SHA for 9ccd38d
executor/wasm/src/lib.rs
@@ -61,8 +61,7 @@ use casper_types::{
61
NAME_FOR_V2_CONTRACT_MAIN_PURSE,
62
};
63
use install::{InstallContractError, InstallContractRequest, InstallContractResult};
64
-use parking_lot::RwLock;
65
-use tracing::{debug, error, info, warn};
+use tracing::{debug, error, warn};
66
67
#[cfg(any(feature = "testing", test))]
68
pub mod chainspec_config;
0 commit comments