Add missing module stability attributes

This commit is contained in:
Aaron Turon 2015-01-08 00:26:21 -08:00
parent 5b3cd3900c
commit e7d00ebec7
3 changed files with 4 additions and 0 deletions

View file

@ -44,6 +44,8 @@
//! let two = xs.pop();
//! ```
#![stable]
use core::prelude::*;
use alloc::boxed::Box;