std: Fix missing stability on prelude
The module itself is stable (the name)
This commit is contained in:
parent
177f8bc55c
commit
dc246ae018
1 changed files with 2 additions and 0 deletions
|
|
@ -35,5 +35,7 @@
|
|||
//! pervasive that it would be obnoxious to import for every use, particularly
|
||||
//! those that define methods on primitive types.
|
||||
|
||||
#![stable]
|
||||
|
||||
#[stable]
|
||||
pub mod v1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue