Remove explicit syntax highlight from docs.
This commit is contained in:
parent
3e4be02b80
commit
fcf3f3209a
51 changed files with 172 additions and 167 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue