Skip to content

Commit c0cd1b0

Browse files
Remove intra-doc link
1 parent 2364b58 commit c0cd1b0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir/src/dataflow/framework

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/dataflow/framework/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub trait Analysis<'tcx>: AnalysisDomain<'tcx> {
186186
///
187187
/// Unlike the other edge-specific effects, which are allowed to mutate `Self::Domain`
188188
/// directly, overriders of this method must pass a callback to
189-
/// [`SwitchIntEdgeEffects::apply`]. The callback will be run once for each outgoing edge and
189+
/// `SwitchIntEdgeEffects::apply`. The callback will be run once for each outgoing edge and
190190
/// will have access to the dataflow state that will be propagated along that edge.
191191
///
192192
/// This interface is somewhat more complex than the other visitor-like "effect" methods.

0 commit comments

Comments
 (0)