Skip to content

Commit

Permalink
oro: don't feature-gate core-only alloc code
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Feb 9, 2025
1 parent 0e2d03b commit a041f3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions oro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ doctest = false
workspace = true

[features]
default = ["alloc"]
alloc = []
default = []
nightly = []
rustc-dep-of-std = [
"core",
Expand Down
1 change: 0 additions & 1 deletion oro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub(crate) mod arch;
pub(crate) mod buddy_system;
pub(crate) mod lock;

#[cfg(feature = "alloc")]
pub mod alloc;
pub mod id;
pub mod macros;
Expand Down

0 comments on commit a041f3a

Please sign in to comment.