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.
2 parents bfcf53f + ae7dce6 commit 811c575Copy full SHA for 811c575
src/libcore/num/mod.rs
@@ -1517,7 +1517,7 @@ pub trait FromStrRadix {
1517
fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::Err>;
1518
}
1519
1520
-/// A utility function that just calls FromStrRadix::from_str_radix.
+/// A utility function that just calls `FromStrRadix::from_str_radix`.
1521
#[unstable(feature = "core", reason = "needs reevaluation")]
1522
pub fn from_str_radix<T: FromStrRadix>(str: &str, radix: u32)
1523
-> Result<T, T::Err> {
0 commit comments