We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Alloc
AllocRef
1 parent 6c0b779 commit 8bbaeb7Copy full SHA for 8bbaeb7
src/libcore/alloc.rs
@@ -1227,10 +1227,3 @@ pub unsafe trait AllocRef {
1227
}
1228
1229
1230
-
1231
-// In order to rename `Alloc` to `AllocRef`, some submoduleshas to be updated as well. The CI fails
1232
-// if either of the submodules fails to compile. The submodules have their own CI depending on a
1233
-// specific Rust version, which don't have `AllocRef` yet. This alias is used to make the submodules
1234
-// compile and pass the CI.
1235
-#[unstable(feature = "allocator_api", issue = "32838")]
1236
-pub use self::AllocRef as Alloc;
0 commit comments