8000 Applied some clippy fixes · RustPython/RustPython@4dd3ff8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dd3ff8

Browse files
committed
Applied some clippy fixes
Signed-off-by: Hanif Ariffin <hanif.ariffin.4326@gmail.com>
1 parent d717ad9 commit 4dd3ff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/src/math.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ mod math {
99
identifier,
1010
};
1111
use itertools::Itertools;
12-
use libm;
1312
use malachite_bigint::BigInt;
1413
use num_traits::{One, Signed, Zero};
1514
use rustpython_common::{float_ops, int::true_div};

0 commit comments

Comments
 (0)
0