mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix AsMut::as_mut name
This commit is contained in:
parent
cb000ad313
commit
edcfa4afa1
@ -382,7 +382,7 @@ pub mod convert {
|
||||
// endregion:as_ref
|
||||
// region:as_mut
|
||||
pub trait AsMut<T: crate::marker::PointeeSized>: crate::marker::PointeeSized {
|
||||
fn as_ref(&mut self) -> &mut T;
|
||||
fn as_mut(&mut self) -> &mut T;
|
||||
}
|
||||
// endregion:as_mut
|
||||
// region:infallible
|
||||
|
Loading…
x
Reference in New Issue
Block a user