Skip to content

Commit 3e4ff28

Browse files
committed
fmt
1 parent 066265d commit 3e4ff28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ mod alloc_impl;
2020
#[cfg(feature = "arrayvec")]
2121
mod arrayvec_impl;
2222
pub mod cache;
23-
#[cfg(feature = "heapless")]
24-
mod heapless_impl;
2523
#[cfg(feature = "heapless-09")]
2624
mod heapless_09_impl;
25+
#[cfg(feature = "heapless")]
26+
mod heapless_impl;
2727
mod item;
2828
pub mod map;
2929
pub mod queue;

0 commit comments

Comments
 (0)