This commit is contained in:
Steve Klabnik 2015-05-19 23:22:28 -04:00
parent 55da4c6975
commit 395d01cf64
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ macro_rules! int_impl {
/// # Examples /// # Examples
/// ///
/// ``` /// ```
/// assert_eq!(u32::from_str_radix("A", 16), Some(10)); /// assert_eq!(u32::from_str_radix("A", 16), Ok(10));
/// ``` /// ```
#[stable(feature = "rust1", since = "1.0.0")] #[stable(feature = "rust1", since = "1.0.0")]
#[allow(deprecated)] #[allow(deprecated)]