Skip to content

Commit 13d2534

Browse files
authored
Remove unused import.
1 parent c1aaa60 commit 13d2534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/f32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ mod cmath {
8080
pub use self::shims::*;
8181
#[cfg(target_env = "msvc")]
8282
mod shims {
83-
use libc::{c_float, c_int};
83+
use libc::c_float;
8484

8585
#[inline]
8686
pub unsafe fn acosf(n: c_float) -> c_float {

0 commit comments

Comments
 (0)