Fix docs reference to removed module

This commit is contained in:
Sosthène Guédon 2024-01-02 09:19:56 +01:00
parent 15ba0a79a3
commit 5cb9feacf8
No known key found for this signature in database
GPG Key ID: 36DA48A4C827B354

View File

@ -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();