about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-02-07 06:05:10 -0800
committerbors <bors@rust-lang.org>2013-02-07 06:05:10 -0800
commit3764cfbf57646becdeefa2996f812cbe40b016e7 (patch)
tree62fc02049c4d06ccd64a704f6f9e3af53d2835e3 /src/libstd/std.rc
parent82d73963334f01b818cda767b44cd0c8f3baf4cc (diff)
parenta32498d8464e0dfa4e2cb31967a66e076da40109 (diff)
auto merge of #4810 : nikomatsakis/rust/owned-fn-noncopyable, r=nikomatsakis
Part of #3678.  Fixes #2828, #3904.

r? @brson
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index a2fbc8b1db1..8c142908d10 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -28,10 +28,6 @@ not required in or otherwise suitable for the core library.
 
 #[allow(vecs_implicitly_copyable)];
 #[deny(non_camel_case_types)];
-// XXX this is set to allow because there are two methods in encoding
-// that can't be silenced otherwise. Most every module is set to forbid
-#[allow(deprecated_mode)];
-#[forbid(deprecated_pattern)];
 #[allow(deprecated_self)];
 
 #[no_core];