Skip to content

Commit a5ada6a

Browse files
committed
int_log10.rs: change top level doc comments to outer
1 parent c9401db commit a5ada6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)