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/liballoc/arc.rs | |
| parent | 3e4be02b80a3dd27bce20870958fe0aef7e7336d (diff) | |
| download | rust-fcf3f3209accbb9240ea44a24165e35e50eba1d2.tar.gz rust-fcf3f3209accbb9240ea44a24165e35e50eba1d2.zip | |
Remove explicit syntax highlight from docs.
Diffstat (limited to 'src/liballoc/arc.rs')
| -rw-r--r-- | src/liballoc/arc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs index 748eb9dcb2f..8befb0579c3 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -94,7 +94,7 @@ use heap::deallocate; /// With simple pipes, without `Arc`, a copy would have to be made for each /// task. /// -/// ```rust +/// ``` /// use std::sync::Arc; /// use std::thread; /// |
