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 1d805c5 commit 5320a43Copy full SHA for 5320a43
compiler/rustc_middle/src/mir/pretty.rs
@@ -1952,7 +1952,7 @@ pub(crate) fn pretty_print_const_value<'tcx>(
1952
///////////////////////////////////////////////////////////////////////////
1953
// Miscellaneous
1954
1955
-/// Calc converted u64 decimal into hex and return it's length in chars
+/// Calc converted u64 decimal into hex and return its length in chars.
1956
///
1957
/// ```ignore (cannot-test-private-function)
1958
/// assert_eq!(1, hex_number_length(0));
0 commit comments