Fix another CI error (Handle was missing as an import)

This commit is contained in:
T772 2025-07-10 19:35:03 +02:00 committed by GitHub
parent 86d353881c
commit 835147b99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,7 +390,7 @@ pub struct StandardMaterial {
/// # Usage
///
/// ```
/// # use bevy_asset::AssetServer;
/// # use bevy_asset::{AssetServer, Handle};
/// # use bevy_ecs::change_detection::Res;
/// # use bevy_image::{Image, ImageLoaderSettings};
/// #