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 1b73903 commit 1fb0575Copy full SHA for 1fb0575
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 55da4c69752119b80f17351784de45f66540066f
+refs/heads/master: 395d01cf64579312b9b6924d8056264abaaf33f7
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 857ef6e272e5634cb9f3e6ee50eb6bc2a2e71651
5
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
trunk/src/libcore/num/mod.rs
@@ -135,7 +135,7 @@ macro_rules! int_impl {
135
/// # Examples
136
///
137
/// ```
138
- /// assert_eq!(u32::from_str_radix("A", 16), Some(10));
+ /// assert_eq!(u32::from_str_radix("A", 16), Ok(10));
139
140
#[stable(feature = "rust1", since = "1.0.0")]
141
#[allow(deprecated)]
0 commit comments