Skip to content

Commit 276e98c

Browse files
authored
Auto merge of #261 - mbrubeck:docs, r=jdm
Update docs for const_generics feature This feature is stable in Rust 1.51.
2 parents 503ce70 + 8419e95 commit 276e98c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@
4343
//!
4444
//! ### `const_generics`
4545
//!
46-
//! **This feature is unstable and requires a nightly build of the Rust toolchain.**
46+
//! **This feature requires Rust 1.51.**
4747
//!
4848
//! When this feature is enabled, `SmallVec` works with any arrays of any size, not just a fixed
4949
//! list of sizes.
5050
//!
51-
//! Tracking issue: [rust-lang/rust#44580](https://github.com/rust-lang/rust/issues/44580)
52-
//!
5351
//! ### `specialization`
5452
//!
5553
//! **This feature is unstable and requires a nightly build of the Rust toolchain.**

0 commit comments

Comments
 (0)