Add missing module stability attributes
This commit is contained in:
parent
5b3cd3900c
commit
e7d00ebec7
3 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
//! Utilities for formatting and printing strings
|
||||
|
||||
#![allow(unused_variables)]
|
||||
#![stable]
|
||||
|
||||
use any;
|
||||
use cell::{Cell, RefCell, Ref, RefMut};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue