Skip to content

Commit f15e99b

Browse files
committed
Remove outdated comment
1 parent cf8a955 commit f15e99b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@
265265
//
266266
// Language features:
267267
// tidy-alphabetical-start
268-
269-
// stabilization was reverted after it hit beta
270268
#![feature(alloc_error_handler)]
271269
#![feature(allocator_internals)]
272270
#![feature(allow_internal_unsafe)]
@@ -421,7 +419,7 @@
421419
#![default_lib_allocator]
422420

423421
// The Rust prelude
424-
// The compiler expects the prelude definition to be defined before it's use statement.
422+
// The compiler expects the prelude definition to be defined before its use statement.
425423
pub mod prelude;
426424

427425
// Explicitly import the prelude. The compiler uses this same unstable attribute

0 commit comments

Comments
 (0)