Skip to content

Commit

Permalink
Actually fix the trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
smt923 committed Sep 10, 2017
1 parent 303b7c2 commit 204414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ pub fn from_utf8(v: &[u8]) -> Result<&str, Utf8Error> {
///
/// ```
/// use std::str;
///
///
/// // Some invalid bytes in a mutable vector
/// let mut invalid = vec![128, 223];
///
Expand Down

0 comments on commit 204414b

Please sign in to comment.