mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Merge pull request #20246 from A4-Tacks/prelude-asmut-minicore
Add AsMut to minicore prelude::v1
This commit is contained in:
commit
d4f7e3e6f1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user