Skip to content

Commit 1fb0575

Browse files
committed
---
yaml --- r: 207457 b: refs/heads/master c: 395d01c h: refs/heads/master i: 207455: 69c1361 v: v3
1 parent 1b73903 commit 1fb0575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 55da4c69752119b80f17351784de45f66540066f
2+
refs/heads/master: 395d01cf64579312b9b6924d8056264abaaf33f7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 857ef6e272e5634cb9f3e6ee50eb6bc2a2e71651
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f

trunk/src/libcore/num/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ macro_rules! int_impl {
135135
/// # Examples
136136
///
137137
/// ```
138-
/// assert_eq!(u32::from_str_radix("A", 16), Some(10));
138+
/// assert_eq!(u32::from_str_radix("A", 16), Ok(10));
139139
/// ```
140140
#[stable(feature = "rust1", since = "1.0.0")]
141141
#[allow(deprecated)]

0 commit comments

Comments
 (0)