Skip to content

Commit ab7985c

Browse files
committed
rust: alloc: remove reference-counted wrappers from the alloc crate.
These are no longer used anywhere in the kernel. Signed-off-by: Wedson Almeida Filho <[email protected]>
1 parent e7b03ee commit ab7985c

File tree

3 files changed

+0
-5173
lines changed

3 files changed

+0
-5173
lines changed

rust/alloc/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,9 @@ pub mod collections;
178178
pub mod fmt;
179179
pub mod prelude;
180180
pub mod raw_vec;
181-
pub mod rc;
182181
pub mod slice;
183182
pub mod str;
184183
pub mod string;
185-
#[cfg(target_has_atomic = "ptr")]
186-
pub mod sync;
187184
#[cfg(all(not(no_global_oom_handling), target_has_atomic = "ptr"))]
188185
pub mod task;
189186
#[cfg(test)]

0 commit comments

Comments
 (0)