Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d26123a

Browse files
authored
remove misleading sentence (#11125)
1 parent 4b8cbaa commit d26123a

File tree

1 file changed

+0
-3
lines changed
  • frame/support/src/storage

1 file changed

+0
-3
lines changed

frame/support/src/storage/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,6 @@ pub trait IterableStorageNMap<K: ReversibleKeyGenerator, V: FullCodec>: StorageN
517517

518518
/// An implementation of a map with a two keys.
519519
///
520-
/// It provides an important ability to efficiently remove all entries
521-
/// that have a common first key.
522-
///
523520
/// Details on implementation can be found at [`generator::StorageDoubleMap`].
524521
pub trait StorageDoubleMap<K1: FullEncode, K2: FullEncode, V: FullCodec> {
525522
/// The type that get/take returns.

0 commit comments

Comments
 (0)