Skip to content

Commit

Permalink
fix vec!
Browse files Browse the repository at this point in the history
  • Loading branch information
badkk committed May 19, 2020
1 parent 24c7fac commit 320c4fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cstrml/tee/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ use frame_support::{
dispatch::DispatchResult,
storage::IterableStorageMap
};
use sp_std::convert::TryInto;
use sp_std::{str, vec::Vec};
use sp_std::{str, convert::TryInto, prelude::*};
use system::ensure_signed;

#[cfg(feature = "std")]
Expand Down

0 comments on commit 320c4fd

Please sign in to comment.