Add AsMut to minicore prelude::v1

This commit is contained in:
A4-Tacks 2025-07-16 21:27:39 +08:00
parent f76d2ef4d9
commit 6598a38174
No known key found for this signature in database
GPG Key ID: 86AC1F526BA06668

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