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 7ddab22 commit 625b73bCopy full SHA for 625b73b
src/tools/rust-analyzer/crates/test-utils/src/minicore.rs
@@ -382,7 +382,7 @@ pub mod convert {
382
// endregion:as_ref
383
// region:as_mut
384
pub trait AsMut<T: crate::marker::PointeeSized>: crate::marker::PointeeSized {
385
- fn as_ref(&mut self) -> &mut T;
+ fn as_mut(&mut self) -> &mut T;
386
}
387
// endregion:as_mut
388
// region:infallible
0 commit comments