mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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
|
clone::Clone, // :clone
|
||||||
cmp::{Eq, PartialEq}, // :eq
|
cmp::{Eq, PartialEq}, // :eq
|
||||||
cmp::{Ord, PartialOrd}, // :ord
|
cmp::{Ord, PartialOrd}, // :ord
|
||||||
|
convert::AsMut, // :as_mut
|
||||||
convert::AsRef, // :as_ref
|
convert::AsRef, // :as_ref
|
||||||
convert::{From, Into, TryFrom, TryInto}, // :from
|
convert::{From, Into, TryFrom, TryInto}, // :from
|
||||||
default::Default, // :default
|
default::Default, // :default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user