Skip to content

Commit

Permalink
Remove intra-doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Sep 27, 2020
1 parent 2364b58 commit c0cd1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir/src/dataflow/framework/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub trait Analysis<'tcx>: AnalysisDomain<'tcx> {
///
/// Unlike the other edge-specific effects, which are allowed to mutate `Self::Domain`
/// directly, overriders of this method must pass a callback to
/// [`SwitchIntEdgeEffects::apply`]. The callback will be run once for each outgoing edge and
/// `SwitchIntEdgeEffects::apply`. The callback will be run once for each outgoing edge and
/// will have access to the dataflow state that will be propagated along that edge.
///
/// This interface is somewhat more complex than the other visitor-like "effect" methods.
Expand Down

0 comments on commit c0cd1b0

Please sign in to comment.