Skip to content

Commit 4b46661

Browse files
committed
Fix rebase error
1 parent e4a0adb commit 4b46661

File tree

1 file changed

+0
-15
lines changed
  • packages/storage-plus/src

1 file changed

+0
-15
lines changed

packages/storage-plus/src/map.rs

-15
Original file line numberDiff line numberDiff line change
@@ -197,21 +197,6 @@ where
197197
{
198198
self.no_prefix_de().keys_de(store, min, max, order)
199199
}
200-
201-
pub fn keys_de<'c>(
202-
&self,
203-
store: &'c dyn Storage,
204-
min: Option<Bound>,
205-
max: Option<Bound>,
206-
order: cosmwasm_std::Order,
207-
) -> Box<dyn Iterator<Item = StdResult<K::Output>> + 'c>
208-
where
209-
T: 'c,
210-
K::Output: 'c,
211-
{
212-
self.no_prefix_de(K::NoPrefix::new())
213-
.keys_de(store, min, max, order)
214-
}
215200
}
216201

217202
#[cfg(test)]

0 commit comments

Comments
 (0)