diff options
| author | bors <bors@rust-lang.org> | 2013-05-11 21:28:37 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-11 21:28:37 -0700 |
| commit | 1f62b23411abcfbe66eeea294f4258f1bb169e7d (patch) | |
| tree | df582703e2f47eb1ee746e7c92fe1ff596d7d7a7 /src/libstd/std.rc | |
| parent | 35e6ce548f2008331c0fa50f1cff30ab7b412ab7 (diff) | |
| parent | a279d6510251ebd3956c74ffe4b12bd49074da9c (diff) | |
| download | rust-1f62b23411abcfbe66eeea294f4258f1bb169e7d.tar.gz rust-1f62b23411abcfbe66eeea294f4258f1bb169e7d.zip | |
auto merge of #6431 : catamorphism/rust/warnings, r=catamorphism
Just cleaning up warnings.
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 70bd5ceef98..915aab59a71 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -28,9 +28,6 @@ not required in or otherwise suitable for the core library. #[deny(non_camel_case_types)]; -// Allow mutable fields only in stage0. -#[warn(deprecated_mutable_fields)]; - pub mod uv_ll; // General io and system-services modules |
