We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 010da38 + f15e99b commit a3173c1Copy full SHA for a3173c1
library/std/src/lib.rs
@@ -265,8 +265,6 @@
265
//
266
// Language features:
267
// tidy-alphabetical-start
268
-
269
-// stabilization was reverted after it hit beta
270
#![feature(alloc_error_handler)]
271
#![feature(allocator_internals)]
272
#![feature(allow_internal_unsafe)]
@@ -421,7 +419,7 @@
421
419
#![default_lib_allocator]
422
420
423
// The Rust prelude
424
-// The compiler expects the prelude definition to be defined before it's use statement.
+// The compiler expects the prelude definition to be defined before its use statement.
425
pub mod prelude;
426
427
// Explicitly import the prelude. The compiler uses this same unstable attribute
0 commit comments