Skip to content

Commit 5297520

Browse files
committed
fix std::cmp docstring
1 parent ab0b7b2 commit 5297520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/cmp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
#[forbid(deprecated_mode)];
12-
/// Additional general-purpose comparison functionality.
12+
//! Additional general-purpose comparison functionality.
1313
1414
use core::f32;
1515
use core::f64;

0 commit comments

Comments
 (0)