Remove the unneeded isqrt feature gate
[1] has been stabilized so we no longer need to enable it. [1]: https://github.com/rust-lang/rust/issues/116226
This commit is contained in:
parent
fbd6907358
commit
9818afad7c
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue