Rollup merge of #23270 - frewsxcv:patch-5, r=alexcrichton

Markdown requires a newline before bullet points, and since there's not one here, they'll get rendered incorrectly
This commit is contained in:
Manish Goregaokar 2015-03-12 09:14:31 +05:30
commit 99dc60dc24
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ impl String {
/// Creates a new `String` from a length, capacity, and pointer.
///
/// This is unsafe because:
///
/// * We call `Vec::from_raw_parts` to get a `Vec<u8>`;
/// * We assume that the `Vec` contains valid UTF-8.
#[inline]