From 755f78bce5a62c511887286a404991d7d007bafa Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 14 May 2018 12:10:31 -0400 Subject: [PATCH] Remove notes about stability (#444) This is already included with the regular stability attributes, and some of this is now stable, while some of it is not. --- library/stdarch/stdsimd/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/stdarch/stdsimd/mod.rs b/library/stdarch/stdsimd/mod.rs index ac5d6c725658..c167fb106b39 100644 --- a/library/stdarch/stdsimd/mod.rs +++ b/library/stdarch/stdsimd/mod.rs @@ -14,9 +14,6 @@ /// `i686-pc-windows-msvc` target will have an `x86` module here, whereas /// `x86_64-pc-windows-msvc` has `x86_64`. /// -/// > **Note**: This module is currently unstable. It was designed in -/// > [RFC 2325][rfc] and is currently [tracked] for stabilization. -/// /// [rfc]: https://github.com/rust-lang/rfcs/pull/2325 /// [tracked]: https://github.com/rust-lang/rust/issues/48556 ///