Skip to content

Commit

Permalink
Remove the unneeded isqrt feature gate
Browse files Browse the repository at this point in the history
[1] has been stabilized so we no longer need to enable it.

[1]: rust-lang/rust#116226
  • Loading branch information
tgross35 committed Oct 30, 2024
1 parent b639224 commit 02e939b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testcrate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#![no_std]
#![cfg_attr(f128_enabled, feature(f128))]
#![cfg_attr(f16_enabled, feature(f16))]
#![feature(isqrt)]

pub mod bench;
extern crate alloc;
Expand Down

0 comments on commit 02e939b

Please sign in to comment.