Skip to content

Commit 02e939b

Browse files
committed
Remove the unneeded isqrt feature gate
[1] has been stabilized so we no longer need to enable it. [1]: rust-lang/rust#116226
1 parent b639224 commit 02e939b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testcrate/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#![no_std]
1616
#![cfg_attr(f128_enabled, feature(f128))]
1717
#![cfg_attr(f16_enabled, feature(f16))]
18-
#![feature(isqrt)]
1918

2019
pub mod bench;
2120
extern crate alloc;

0 commit comments

Comments
 (0)