Skip to content

Commit

Permalink
tell doc test to ignore the AssetIoFactor example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Jeffords committed Dec 9, 2020
1 parent 910d385 commit 1d1e93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl Default for AssetServerSettings {

/// Allows replacing the `AssetIo` instance used by the `AssetServer`
///
/// ```
/// ```ignore
/// struct CustomAssetLoader;
/// impl AssetIo for CustomAssetLoader {
/// //TODO
Expand Down

0 comments on commit 1d1e93d

Please sign in to comment.