We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741cca3 commit 63d455fCopy full SHA for 63d455f
core/src/ops/range.rs
@@ -686,7 +686,7 @@ impl<T> Bound<T> {
686
}
687
688
689
- /// Converts from `&mut Bound<T>` to `Bound<&T>`.
+ /// Converts from `&mut Bound<T>` to `Bound<&mut T>`.
690
#[inline]
691
#[unstable(feature = "bound_as_ref", issue = "80996")]
692
pub fn as_mut(&mut self) -> Bound<&mut T> {
0 commit comments