Skip to content

Commit f66ae03

Browse files
committed
zephyr: alloc: rename to alloc_impl
The alloc crate conflicts with the name of the alloc module. Resolve this by renaming our module to `alloc_impl` to better suggest it's purpose. Signed-off-by: David Brown <[email protected]>
1 parent 66a7a33 commit f66ae03

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

zephyr/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ pub mod _export {
133133
// Mark this as `pub` so the docs can be read.
134134
/// If allocation has been requested, provide the allocator.
135135
#[cfg(CONFIG_RUST_ALLOC)]
136-
pub mod alloc;
136+
pub mod alloc_impl;

0 commit comments

Comments
 (0)