Skip to content

Commit

Permalink
Merge pull request torvalds#471 from wedsonaf/alloc-arc
Browse files Browse the repository at this point in the history
rust: alloc: remove reference-counted wrappers from the `alloc` crate.
  • Loading branch information
wedsonaf authored Oct 14, 2021
2 parents a99d5ab + 0f91530 commit c27ccb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5,191 deletions.
3 changes: 2 additions & 1 deletion rust/alloc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,12 @@ pub mod collections;
pub mod fmt;
pub mod prelude;
pub mod raw_vec;
#[cfg(not(CONFIG_RUST))]
pub mod rc;
pub mod slice;
pub mod str;
pub mod string;
#[cfg(target_has_atomic = "ptr")]
#[cfg(all(target_has_atomic = "ptr", not(CONFIG_RUST)))]
pub mod sync;
#[cfg(all(not(no_global_oom_handling), target_has_atomic = "ptr"))]
pub mod task;
Expand Down
Loading

0 comments on commit c27ccb5

Please sign in to comment.