Skip to content

Commit 004478a

Browse files
committed
int_log10.rs: change top level doc comments to outer
1 parent 2783fc4 commit 004478a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/num/int_log10.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// These functions compute the integer logarithm of their type, assuming
2-
/// that someone has already checked that the value is strictly positive.
1+
//! These functions compute the integer logarithm of their type, assuming
2+
//! that someone has already checked that the value is strictly positive.
33
44
// 0 < val <= u8::MAX
55
#[inline]

0 commit comments

Comments
 (0)