Add missing module stability attributes
This commit is contained in:
parent
5b3cd3900c
commit
e7d00ebec7
3 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,8 @@
|
|||
//! let two = xs.pop();
|
||||
//! ```
|
||||
|
||||
#![stable]
|
||||
|
||||
use core::prelude::*;
|
||||
|
||||
use alloc::boxed::Box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue