Skip to content

Commit

Permalink
Merge pull request #84 from Tehforsch/remove-unstable-const-fn-floati…
Browse files Browse the repository at this point in the history
…ng-point-arithmetic

remove unstable const_fn_floating_point_arithmetic feature gate
  • Loading branch information
Tehforsch authored Sep 1, 2024
2 parents 7db1f67 + 93f2a83 commit c0cf7db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(incomplete_features)]
#![feature(generic_const_exprs, adt_const_params)]
#![feature(const_fn_floating_point_arithmetic)]

pub mod example_system;
pub mod utils;
Expand Down

0 comments on commit c0cf7db

Please sign in to comment.