Skip to content

Commit 15a4bcb

Browse files
committed
Migrate # -> ## in doc headers.
Fixes rust-lang#15499
1 parent b92536f commit 15a4bcb

File tree

138 files changed

+969
-963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+969
-963
lines changed

src/liballoc/arc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use heap::deallocate;
2626

2727
/// An atomically reference counted wrapper for shared state.
2828
///
29-
/// # Example
29+
/// ## Example
3030
///
3131
/// In this example, a large vector of floats is shared between several tasks.
3232
/// With simple pipes, without `Arc`, a copy would have to be made for each

0 commit comments

Comments
 (0)