diff options
| author | Aaron Turon <aturon@mozilla.com> | 2015-01-08 00:26:21 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2015-01-08 00:26:21 -0800 |
| commit | e7d00ebec7138605ea7d4c826ea4cc92a2f800ce (patch) | |
| tree | a8d02e4e313fe05cf1a401ba7e43347972a84eb2 /src/libcore/fmt | |
| parent | 5b3cd3900ceda838f5798c30ab96ceb41f962534 (diff) | |
| download | rust-e7d00ebec7138605ea7d4c826ea4cc92a2f800ce.tar.gz rust-e7d00ebec7138605ea7d4c826ea4cc92a2f800ce.zip | |
Add missing module stability attributes
Diffstat (limited to 'src/libcore/fmt')
| -rw-r--r-- | src/libcore/fmt/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/fmt/mod.rs b/src/libcore/fmt/mod.rs index 69df413a88c..1d3767c9e33 100644 --- a/src/libcore/fmt/mod.rs +++ b/src/libcore/fmt/mod.rs @@ -11,6 +11,7 @@ //! Utilities for formatting and printing strings #![allow(unused_variables)] +#![stable] use any; use cell::{Cell, RefCell, Ref, RefMut}; |
