Rollup merge of #23297 - steveklabnik:examples, r=huonw

This brings comments in line with https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md#using-markdown
This commit is contained in:
Manish Goregaokar 2015-03-12 09:13:47 +05:30
commit 0a74387b64
76 changed files with 341 additions and 341 deletions

View file

@ -5372,7 +5372,7 @@ impl<'a> Parser<'a> {
/// Parse extern crate links
///
/// # Example
/// # Examples
///
/// extern crate url;
/// extern crate foo = "bar"; //deprecated