Rollup merge of #30902 - tomaka:patch-1, r=steveklabnik
This commit is contained in:
commit
72ebb193a9
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ mod cmath {
|
|||
pub fn hypotf(x: c_float, y: c_float) -> c_float;
|
||||
}
|
||||
|
||||
// See the comments in `core::float::Float::floor` for why MSVC is special
|
||||
// See the comments in the `floor` function for why MSVC is special
|
||||
// here.
|
||||
#[cfg(not(target_env = "msvc"))]
|
||||
extern {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue