Skip to content

Commit d583fef

Browse files
Add ignore reason to placate tidy
1 parent 2886037 commit d583fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/dataflow/generic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use crate::dataflow::BottomValue;
2121
/// You should use an `Engine` to actually run an analysis, and a `ResultsCursor` to inspect the
2222
/// results of that analysis like so:
2323
///
24-
/// ```ignore
24+
/// ```ignore(cross-crate-imports)
2525
/// fn do_my_analysis(body: &mir::Body<'tcx>, dead_unwinds: &BitSet<BasicBlock>) {
2626
/// let analysis = MyAnalysis::new();
2727
/// let results = Engine::new(body, dead_unwinds, analysis).iterate_to_fixpoint();

0 commit comments

Comments
 (0)