Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne007 committed Jan 19, 2022
1 parent 56977ae commit 8d48618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/stdlib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use starcoin_vm_types::bytecode_verifier::{dependencies, verify_module};
use starcoin_vm_types::file_format::CompiledModule;
pub use starcoin_vm_types::genesis_config::StdlibVersion;
use starcoin_vm_types::transaction::{Module, Package, ScriptFunction};
use std::env::temp_dir;

use std::str::FromStr;
use std::{
collections::{BTreeMap, HashMap},
Expand Down

0 comments on commit 8d48618

Please sign in to comment.