From a32498d8464e0dfa4e2cb31967a66e076da40109 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 31 Jan 2013 17:12:29 -0800 Subject: Make ~fn non-copyable, make &fn copyable, split barefn/closure types, correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. --- src/libstd/std.rc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libstd/std.rc') 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]; -- cgit 1.4.1-3-g733a5