Skip to content

Commit f488596

Browse files
Fix docs reference to removed module
1 parent 5e826e9 commit f488596

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,6 @@ impl<T, const N: usize> Vec<T, N> {
12031203
///
12041204
/// ```
12051205
/// use heapless::Vec;
1206-
///// use heapless::consts::*;
12071206
///
12081207
/// let mut v: Vec<_, 8> = Vec::new();
12091208
/// v.push("foo").unwrap();

0 commit comments

Comments
 (0)