mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-29 23:14:49 +00:00
Add AsMut to minicore prelude::v1
This commit is contained in:
@@ -1941,6 +1941,7 @@ pub mod prelude {
|
||||
clone::Clone, // :clone
|
||||
cmp::{Eq, PartialEq}, // :eq
|
||||
cmp::{Ord, PartialOrd}, // :ord
|
||||
convert::AsMut, // :as_mut
|
||||
convert::AsRef, // :as_ref
|
||||
convert::{From, Into, TryFrom, TryInto}, // :from
|
||||
default::Default, // :default
|
||||
|
||||
Reference in New Issue
Block a user