We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1b3ee commit c8592daCopy full SHA for c8592da
compiler/rustc_data_structures/src/sync.rs
@@ -35,11 +35,11 @@
35
//! | | | |
36
//! | `ParallelIterator` | `Iterator` | `rayon::iter::ParallelIterator` |
37
//!
38
-//! [^1] `MTLock` is similar to `Lock`, but the serial version avoids the cost
+//! [^1]: `MTLock` is similar to `Lock`, but the serial version avoids the cost
39
//! of a `RefCell`. This is appropriate when interior mutability is not
40
//! required.
41
42
-//! [^2] `MTRef`, `MTLockRef` are type aliases.
+//! [^2]: `MTRef`, `MTLockRef` are type aliases.
43
44
pub use crate::marker::*;
45
use std::collections::HashMap;
0 commit comments