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 2312ff1 commit 5aa188aCopy full SHA for 5aa188a
library/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