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

@ -855,7 +855,7 @@ impl<'a> cmp::Ord for Components<'a> {
///
/// # Examples
///
/// ```rust
/// ```
/// use std::path::PathBuf;
///
/// let mut path = PathBuf::new("c:\\");
@ -947,7 +947,7 @@ impl PathBuf {
///
/// # Examples
///
/// ```rust
/// ```
/// use std::path::PathBuf;
///
/// let mut buf = PathBuf::new("/");
@ -1104,7 +1104,7 @@ impl AsOsStr for PathBuf {
///
/// # Examples
///
/// ```rust
/// ```
/// use std::path::Path;
///
/// let path = Path::new("/tmp/foo/bar.txt");
@ -1209,7 +1209,7 @@ impl Path {
///
/// # Examples
///
/// ```rust
/// ```
/// use std::path::Path;
///
/// let path = Path::new("/foo/bar");