Skip to content

Commit dc246ae

Browse files
committed
std: Fix missing stability on prelude
The module itself is stable (the name)
1 parent 177f8bc commit dc246ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/prelude/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@
3535
//! pervasive that it would be obnoxious to import for every use, particularly
3636
//! those that define methods on primitive types.
3737
38+
#![stable]
39+
3840
#[stable]
3941
pub mod v1;

0 commit comments

Comments
 (0)