Fixed formatting issues
This commit is contained in:
committed by
Dan Gohman
parent
66a150e67a
commit
5c85c1ba4a
@@ -91,7 +91,7 @@ impl fmt::Display for Pass {
|
||||
///
|
||||
/// This whole module can be gated on a `cfg` feature to provide a dummy implementation for
|
||||
/// performance-sensitive builds or restricted environments. The dummy implementation must provide
|
||||
/// `TimingToken` and `PassTimes` types and `take_current`, `add_to_current`, and `start_pass` functions.
|
||||
/// `TimingToken` and `PassTimes` types and `take_current`, `add_to_current`, and `start_pass` funcs
|
||||
#[cfg(not(feature = "no_std"))]
|
||||
mod details {
|
||||
use super::{Pass, NUM_PASSES, DESCRIPTIONS};
|
||||
|
||||
Reference in New Issue
Block a user