std: Fix missing stability on prelude

The module itself is stable (the name)
This commit is contained in:
Alex Crichton 2015-01-04 23:40:07 -08:00
parent 177f8bc55c
commit dc246ae018
1 changed files with 2 additions and 0 deletions

View File

@ -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;