diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-19 16:52:32 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-19 16:52:59 -0700 |
| commit | c115b822384501e2814da70fdcb9e22f035a994b (patch) | |
| tree | b5fc9a880072250dbb88cf5d9af45ba5285f9e75 /src/libcore/unicode.rs | |
| parent | 5e417395620f6d6ce45761d9ea72376c792ef60a (diff) | |
| download | rust-c115b822384501e2814da70fdcb9e22f035a994b.tar.gz rust-c115b822384501e2814da70fdcb9e22f035a994b.zip | |
core: Clean up crate docs and give all mods a brief description
Diffstat (limited to 'src/libcore/unicode.rs')
| -rw-r--r-- | src/libcore/unicode.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/unicode.rs b/src/libcore/unicode.rs index cdd2efbd8c3..2c115fcf444 100644 --- a/src/libcore/unicode.rs +++ b/src/libcore/unicode.rs @@ -1,3 +1,4 @@ +#[doc(hidden)]; // FIXME #3538 // NB: transitionary, de-mode-ing. #[forbid(deprecated_mode)]; #[forbid(deprecated_pattern)]; |
