Skip to content

Commit 4323d51

Browse files
committed
Update documentation
1 parent b14f714 commit 4323d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
//! ```
66
//! // Plug in the allocator crate
77
//! extern crate alloc_cortex_m;
8-
//! extern crate collections;
8+
//! extern crate alloc;
99
//!
10-
//! use collections::Vec;
10+
//! use alloc::Vec;
1111
//! use alloc_cortex_m::CortexMHeap;
1212
//!
1313
//! #[global_allocator]

0 commit comments

Comments
 (0)