mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Add ignore reason to placate tidy
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
/// You should use an `Engine` to actually run an analysis, and a `ResultsCursor` to inspect the
|
||||
/// results of that analysis like so:
|
||||
///
|
||||
/// ```ignore
|
||||
/// ```ignore(cross-crate-imports)
|
||||
/// fn do_my_analysis(body: &mir::Body<'tcx>, dead_unwinds: &BitSet<BasicBlock>) {
|
||||
/// let analysis = MyAnalysis::new();
|
||||
/// let results = Engine::new(body, dead_unwinds, analysis).iterate_to_fixpoint();
|
||||
|
||||
Reference in New Issue
Block a user