Skip to content

Commit

Permalink
Remove an accidental doc comment duplicate due to a rebase conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyDev committed Oct 31, 2024
1 parent 27d20ba commit 6ec0177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_asset/src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ impl<A: Asset> CompleteLoadedAsset<A> {
}
}

/// A "type erased / boxed" counterpart to [`LoadedAsset`]. This is used in places where the loaded type is not statically known.
/// A "type erased / boxed" counterpart to [`CompleteLoadedAsset`]. This is used in places where the
/// loaded type is not statically known.
pub struct CompleteErasedLoadedAsset {
Expand Down

0 comments on commit 6ec0177

Please sign in to comment.