From a613059e3fcfb751f7664f67a4a6c99faf436483 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Fri, 20 Nov 2015 16:11:20 +0300 Subject: Rename #[deprecated] to #[rustc_deprecated] --- src/libsyntax/util/small_vector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/util') diff --git a/src/libsyntax/util/small_vector.rs b/src/libsyntax/util/small_vector.rs index 9d53cb96926..dac3b054165 100644 --- a/src/libsyntax/util/small_vector.rs +++ b/src/libsyntax/util/small_vector.rs @@ -129,7 +129,7 @@ impl SmallVector { /// Deprecated: use `into_iter`. #[unstable(feature = "rustc_private", issue = "0")] - #[deprecated(since = "1.0.0", reason = "use into_iter")] + #[rustc_deprecated(since = "1.0.0", reason = "use into_iter")] pub fn move_iter(self) -> IntoIter { self.into_iter() } -- cgit 1.4.1-3-g733a5