Fix a documentation-comment warning.

This commit is contained in:
Dan Gohman
2019-03-26 09:11:57 -07:00
parent 6b85df0168
commit 6b854381bb

View File

@@ -176,7 +176,7 @@ mod details {
} }
} }
/// Information about passes in a single thread. // Information about passes in a single thread.
thread_local! { thread_local! {
static CURRENT_PASS: Cell<Pass> = Cell::new(Pass::None); static CURRENT_PASS: Cell<Pass> = Cell::new(Pass::None);
static PASS_TIME: RefCell<PassTimes> = RefCell::new(Default::default()); static PASS_TIME: RefCell<PassTimes> = RefCell::new(Default::default());