Skip to content

Commit 3bf1049

Browse files
committed
uefi-std: Drop sqrt
sqrt is available through compiler-builtins 0.1.77 and newer. Fixes compiling system76-firmware-update with latest toolchain. Ref: rust-lang/compiler-builtins#480 Signed-off-by: Tim Crawford <[email protected]>
1 parent 1d2a23b commit 3bf1049

File tree

2 files changed

+0
-100
lines changed

2 files changed

+0
-100
lines changed

crates/uefi_std/src/rt/math.rs

Lines changed: 0 additions & 99 deletions
This file was deleted.

crates/uefi_std/src/rt/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
pub mod math;
21
pub mod panic;
32
pub mod start;

0 commit comments

Comments
 (0)