1
Fork 0

Remove explicit syntax highlight from docs.

This commit is contained in:
Joseph Crail 2015-03-12 22:42:38 -04:00
parent 3e4be02b80
commit fcf3f3209a
51 changed files with 172 additions and 167 deletions

View file

@ -52,7 +52,7 @@ impl UnixStream {
///
/// # Examples
///
/// ```rust
/// ```
/// # #![allow(unused_must_use)]
/// use std::old_io::net::pipe::UnixStream;
///