We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a690 commit bbc13fcCopy full SHA for bbc13fc
library/core/src/num/int_log10.rs
@@ -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.
+//! These functions compute the integer logarithm of their type, assuming
+//! that someone has already checked that the value is strictly positive.
3
4
// 0 < val <= u8::MAX
5
#[inline]
0 commit comments