Fix link
This commit is contained in:
parent
2179313dcf
commit
ea3118ca0d
@ -54,7 +54,7 @@ impl From<!> for TryFromIntError {
|
||||
///
|
||||
/// Among other causes, `ParseIntError` can be thrown because of leading or trailing whitespace
|
||||
/// in the string e.g., when it is obtained from the standard input.
|
||||
/// Using the [`str.trim()`] method ensures that no whitespace remains before parsing.
|
||||
/// Using the [`str::trim()`] method ensures that no whitespace remains before parsing.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user