Skip to content

Commit

Permalink
Update docs for const_generics feature
Browse files Browse the repository at this point in the history
This feature is stable in Rust 1.51.
  • Loading branch information
mbrubeck committed Mar 23, 2021
1 parent 503ce70 commit 8419e95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@
//!
//! ### `const_generics`
//!
//! **This feature is unstable and requires a nightly build of the Rust toolchain.**
//! **This feature requires Rust 1.51.**
//!
//! When this feature is enabled, `SmallVec` works with any arrays of any size, not just a fixed
//! list of sizes.
//!
//! Tracking issue: [rust-lang/rust#44580](https://github.com/rust-lang/rust/issues/44580)
//!
//! ### `specialization`
//!
//! **This feature is unstable and requires a nightly build of the Rust toolchain.**
Expand Down

0 comments on commit 8419e95

Please sign in to comment.