Skip to content

Commit

Permalink
Rename const_generics feature gate to adt_const_params
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Sep 3, 2021
1 parent f60e900 commit 45d5347
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 45d5347

Please sign in to comment.