Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn

As suggested by @steveklabnik in #23254, I removed the redundant Rust syntax highlighting from the documentation.
This commit is contained in:
Manish Goregaokar
2015-03-17 15:20:27 +05:30
51 changed files with 172 additions and 167 deletions

View File

@@ -1410,7 +1410,7 @@ pub trait Buffer: Reader {
///
/// # Examples
///
/// ```rust
/// ```
/// use std::old_io::BufReader;
///
/// let mut reader = BufReader::new(b"hello\nworld");