We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 503ce70 + 8419e95 commit 276e98cCopy full SHA for 276e98c
src/lib.rs
@@ -43,13 +43,11 @@
43
//!
44
//! ### `const_generics`
45
46
-//! **This feature is unstable and requires a nightly build of the Rust toolchain.**
+//! **This feature requires Rust 1.51.**
47
48
//! When this feature is enabled, `SmallVec` works with any arrays of any size, not just a fixed
49
//! list of sizes.
50
51
-//! Tracking issue: [rust-lang/rust#44580](https://github.com/rust-lang/rust/issues/44580)
52
-//!
53
//! ### `specialization`
54
55
//! **This feature is unstable and requires a nightly build of the Rust toolchain.**
0 commit comments