Skip to content

Commit 8f6ebf6

Browse files
Made changes in documentation
1 parent 4e431fa commit 8f6ebf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ops/try_trait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ pub trait FromResidual<R = <Self as Try>::Residual> {
310310
/// This should be implemented consistently with the `branch` method such
311311
/// that applying the `?` operator will get back an equivalent residual:
312312
/// `FromResidual::from_residual(r).branch() --> ControlFlow::Break(r)`.
313-
/// (It must not be an *identical* residual when interconversion is involved.)
313+
/// (The residual is not mandated to be *identical* when interconversion is involved.)
314314
///
315315
/// # Examples
316316
///

0 commit comments

Comments
 (0)