We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1aaa60 commit 13d2534Copy full SHA for 13d2534
src/libstd/f32.rs
@@ -80,7 +80,7 @@ mod cmath {
80
pub use self::shims::*;
81
#[cfg(target_env = "msvc")]
82
mod shims {
83
- use libc::{c_float, c_int};
+ use libc::c_float;
84
85
#[inline]
86
pub unsafe fn acosf(n: c_float) -> c_float {
0 commit comments