Skip to content

Commit

Permalink
Merge pull request #329 from JohnTitor/rename-const-generics-feature-…
Browse files Browse the repository at this point in the history
…gate

Rename `const_generics` feature gate to `adt_const_params`
  • Loading branch information
workingjubilee authored Sep 9, 2021
2 parents f60e900 + 45d5347 commit bc3ad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
//! guide](https://rust-lang-nursery.github.io/packed_simd/perf-guide/)
#![feature(
const_generics,
adt_const_params,
repr_simd,
rustc_attrs,
platform_intrinsics,
Expand Down

0 comments on commit bc3ad58

Please sign in to comment.