Skip to content

Commit

Permalink
remove const_fn_floating_point_arithmetic feature
Browse files Browse the repository at this point in the history
This can be removed now that the feature is stabilized.
  • Loading branch information
Tehforsch committed Sep 1, 2024
1 parent 7db1f67 commit 93f2a83
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 93f2a83

Please sign in to comment.