Fix doc comment on AssetActionMinimal (#11105)
# Objective The doc comment on `AssetActionMinimal` links to itself instead of `AssetAction` Co-authored-by: François Mockers <mockersf@gmail.com>
This commit is contained in:
parent
40732148da
commit
bc1073ee48
@ -96,7 +96,7 @@ pub struct AssetMetaMinimal {
|
|||||||
pub asset: AssetActionMinimal,
|
pub asset: AssetActionMinimal,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// 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`]
|
||||||
/// isn't necessary.
|
/// isn't necessary.
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Serialize, Deserialize)]
|
||||||
pub enum AssetActionMinimal {
|
pub enum AssetActionMinimal {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user