Merge pull request #20246 from A4-Tacks/prelude-asmut-minicore

Add AsMut to minicore prelude::v1
This commit is contained in:
Shoyu Vanilla (Flint) 2025-07-16 15:34:54 +00:00 committed by GitHub
commit d4f7e3e6f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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