Skip to content

Commit

Permalink
Fix docs reference to removed module
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jan 2, 2024
1 parent 57d6ffd commit 5996fab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,6 @@ impl<T, const N: usize> Vec<T, N> {
///
/// ```
/// use heapless::Vec;
///// use heapless::consts::*;
///
/// let mut v: Vec<_, 8> = Vec::new();
/// v.push("foo").unwrap();
Expand Down

0 comments on commit 5996fab

Please sign in to comment.