Rollup merge of #71121 - AnthonyMikh:fix_string_doc_link, r=Dylan-DPC

Fix broken link in documentation for String::from_utf8
This commit is contained in:
Dylan DPC 2020-04-14 15:35:32 +02:00 committed by GitHub
commit 340b7314e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ impl String {
/// [`String`]: struct.String.html
/// [`u8`]: ../../std/primitive.u8.html
/// [`Vec<u8>`]: ../../std/vec/struct.Vec.html
/// [`&str`]: ../../std/primitive.str.html
/// [`str::from_utf8`]: ../../std/str/fn.from_utf8.html
/// [`into_bytes`]: struct.String.html#method.into_bytes
/// [`FromUtf8Error`]: struct.FromUtf8Error.html