File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ pub use self::unsize::DispatchFromDyn;
211
211
#[ unstable( feature = "control_flow_enum" , reason = "new API" , issue = "75744" ) ]
212
212
pub use self :: control_flow:: ControlFlow ;
213
213
214
- /// [ `TryV1`] and [ `TryV2`] have different associated type names,
214
+ /// `TryV1` and `TryV2` have different associated type names,
215
215
/// so rather than need `bootstrap` checks all over the library,
216
216
/// centralize the difference to this one trait alias.
217
217
///
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ pub trait Try: FromResidual {
222
222
fn branch ( self ) -> ControlFlow < Self :: Residual , Self :: Output > ;
223
223
}
224
224
225
- /// Used to specify which residuals can be converted into which [`Try`] types.
225
+ /// Used to specify which residuals can be converted into which [`crate::ops:: Try`] types.
226
226
///
227
227
/// Every `Try` type needs to be recreatable from its own associated
228
228
/// `Residual` type, but can also have additional `FromResidual` implementations
You can’t perform that action at this time.
0 commit comments