diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2015-03-12 22:42:38 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2015-03-13 19:25:18 -0400 |
| commit | fcf3f3209accbb9240ea44a24165e35e50eba1d2 (patch) | |
| tree | feee63126e0c9c3457595881e940eb52462da586 /src/libstd/macros.rs | |
| parent | 3e4be02b80a3dd27bce20870958fe0aef7e7336d (diff) | |
| download | rust-fcf3f3209accbb9240ea44a24165e35e50eba1d2.tar.gz rust-fcf3f3209accbb9240ea44a24165e35e50eba1d2.zip | |
Remove explicit syntax highlight from docs.
Diffstat (limited to 'src/libstd/macros.rs')
| -rw-r--r-- | src/libstd/macros.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index a5022943267..995544c49a4 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -179,7 +179,7 @@ pub mod builtin { /// /// # Examples /// - /// ```rust + /// ``` /// use std::fmt; /// /// let s = fmt::format(format_args!("hello {}", "world")); @@ -202,7 +202,7 @@ pub mod builtin { /// /// # Examples /// - /// ```rust + /// ``` /// let path: &'static str = env!("PATH"); /// println!("the $PATH variable at the time of compiling was: {}", path); /// ``` @@ -221,7 +221,7 @@ pub mod builtin { /// /// # Examples /// - /// ```rust + /// ``` /// let key: Option<&'static str> = option_env!("SECRET_KEY"); /// println!("the secret key might be: {:?}", key); /// ``` @@ -369,7 +369,7 @@ pub mod builtin { /// /// # Examples /// - /// ```rust + /// ``` /// mod test { /// pub fn foo() { /// assert!(module_path!().ends_with("test")); @@ -392,7 +392,7 @@ pub mod builtin { /// /// # Examples /// - /// ```rust + /// ``` /// let my_directory = if cfg!(windows) { /// "windows-specific-directory" /// } else { |
