Skip to content

Commit f20b030

Browse files
committed
Fix trailing whitespace
1 parent 51bbd69 commit f20b030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/str/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ pub fn from_utf8(v: &[u8]) -> Result<&str, Utf8Error> {
331331
/// ```
332332
/// See the docs for [`Utf8Error`][error] for more details on the kinds of
333333
/// errors that can be returned.
334-
///
335334
#[stable(feature = "str_mut_extras", since = "1.20.0")]
336335
pub fn from_utf8_mut(v: &mut [u8]) -> Result<&mut str, Utf8Error> {
337336
run_utf8_validation(v)?;

0 commit comments

Comments
 (0)