Skip to content

Commit

Permalink
Merge pull request #867 from RalfJung/const_fn
Browse files Browse the repository at this point in the history
remove unused const_fn feature
  • Loading branch information
Mark-Simulacrum authored May 9, 2021
2 parents c538b20 + ca86713 commit 1e19fc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion collector/benchmarks/ctfe-stress-4/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(dead_code)]
#![feature(const_fn, const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
#![feature(const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
#![const_eval_limit = "10000000"]
use std::mem::MaybeUninit;

Expand Down
1 change: 0 additions & 1 deletion collector/benchmarks/packed-simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
#![feature(
repr_simd,
const_fn,
platform_intrinsics,
stdsimd,
aarch64_target_feature,
Expand Down

0 comments on commit 1e19fc4

Please sign in to comment.