about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-11 21:28:37 -0700
committerbors <bors@rust-lang.org>2013-05-11 21:28:37 -0700
commit1f62b23411abcfbe66eeea294f4258f1bb169e7d (patch)
treedf582703e2f47eb1ee746e7c92fe1ff596d7d7a7 /src/libstd/std.rc
parent35e6ce548f2008331c0fa50f1cff30ab7b412ab7 (diff)
parenta279d6510251ebd3956c74ffe4b12bd49074da9c (diff)
downloadrust-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.rc3
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