Skip to content

Commit 99e4395

Browse files
progvalwhitequark
authored andcommitted
Add ManagedMap::range.
1 parent b3768f8 commit 99e4395

File tree

2 files changed

+393
-2
lines changed

2 files changed

+393
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![no_std]
22
#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]
33
#![cfg_attr(feature = "map", feature(slice_rotate))]
4+
#![cfg_attr(feature = "map", feature(collections_range))]
45

56
//! A library that provides a way to logically own objects, whether or not
67
//! heap allocation is available.

0 commit comments

Comments
 (0)