isqrt is now stable

This commit is contained in:
Gwilym Inzani 2024-10-30 10:12:45 +00:00
parent 288789fce8
commit bdad7e101d

View file

@ -1,6 +1,5 @@
#![no_std] #![no_std]
#![no_main] #![no_main]
#![feature(isqrt)]
extern crate alloc; extern crate alloc;