fixed clippy issue
This commit is contained in:
parent
9de6310e88
commit
a05f9e1a5c
@ -444,7 +444,7 @@ impl<A: Asset> Assets<A> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
#[allow(unsafe_code)]
|
#[expect(unsafe_code, reason = "Required to get several mutable references")]
|
||||||
/// Retrieves may mutable references to the [`Asset`]s with the given `id`s, if they exists.
|
/// Retrieves may mutable references to the [`Asset`]s with the given `id`s, if they exists.
|
||||||
/// Will return `None` if any `id`s alias.
|
/// Will return `None` if any `id`s alias.
|
||||||
pub fn get_many_mut<const N: usize>(
|
pub fn get_many_mut<const N: usize>(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user