fix std::cmp docstring
This commit is contained in:
parent
ab0b7b2784
commit
52975202af
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
#[forbid(deprecated_mode)];
|
#[forbid(deprecated_mode)];
|
||||||
/// Additional general-purpose comparison functionality.
|
//! Additional general-purpose comparison functionality.
|
||||||
|
|
||||||
use core::f32;
|
use core::f32;
|
||||||
use core::f64;
|
use core::f64;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue