We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e431fa commit 8f6ebf6Copy full SHA for 8f6ebf6
library/core/src/ops/try_trait.rs
@@ -310,7 +310,7 @@ pub trait FromResidual<R = <Self as Try>::Residual> {
310
/// This should be implemented consistently with the `branch` method such
311
/// that applying the `?` operator will get back an equivalent residual:
312
/// `FromResidual::from_residual(r).branch() --> ControlFlow::Break(r)`.
313
- /// (It must not be an *identical* residual when interconversion is involved.)
+ /// (The residual is not mandated to be *identical* when interconversion is involved.)
314
///
315
/// # Examples
316
0 commit comments