From 574a61bb3e15918620b2cba1b5185743540dcee8 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 14 May 2018 12:05:55 -0400 Subject: [PATCH] Remove notes about stability This is already included with the regular stability attributes, and some of this is now stable, while some of it is not. --- stdsimd/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/stdsimd/mod.rs b/stdsimd/mod.rs index ac5d6c7256..c167fb106b 100644 --- a/stdsimd/mod.rs +++ b/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 ///