We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4073214 commit bc1073eCopy full SHA for bc1073e
crates/bevy_asset/src/meta.rs
@@ -96,7 +96,7 @@ pub struct AssetMetaMinimal {
96
pub asset: AssetActionMinimal,
97
}
98
99
-/// This is a minimal counterpart to [`AssetAction`] that exists to speed up (or enable) serialization in cases where the whole [`AssetActionMinimal`]
+/// This is a minimal counterpart to [`AssetAction`] that exists to speed up (or enable) serialization in cases where the whole [`AssetAction`]
100
/// isn't necessary.
101
#[derive(Serialize, Deserialize)]
102
pub enum AssetActionMinimal {
0 commit comments