Oops, forgot a closing delimiter in assets.rs

This commit is contained in:
Wuketuke 2025-06-10 08:59:33 +00:00 committed by GitHub
parent a26132b637
commit d277d1ce0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -471,6 +471,7 @@ impl<A: Asset> Assets<A> {
// SAFETY: Each value has been fully initialized.
let values = values.map(|x| unsafe { x.assume_init().map(|raw| &mut *raw) });
Some(values)
}
/// Retrieves a mutable reference to the [`Asset`] with the given `id`, if it exists.
///