Skip to content

Commit

Permalink
Auto merge of servo#261 - mbrubeck:docs, r=jdm
Browse files Browse the repository at this point in the history
Update docs for const_generics feature

This feature is stable in Rust 1.51.
  • Loading branch information
bors-servo authored Mar 29, 2021
2 parents 503ce70 + 8419e95 commit 276e98c
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 276e98c

Please sign in to comment.