This commit is contained in:
thiolliere
2019-08-29 17:43:04 +02:00
committed by GitHub
parent 9900562389
commit 26202c66f7
14 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
use crate::rstd::prelude::*;
use crate::codec::{Codec, Encode};
use crate::storage::unhashed;
use sr_std::borrow::Borrow;
use rstd::borrow::Borrow;
/// An implementation of a map with a two keys.
///