diff --git a/crates/bevy_asset/src/lib.rs b/crates/bevy_asset/src/lib.rs index ab8c315d53f34a..a2ef2f93e4f1fb 100644 --- a/crates/bevy_asset/src/lib.rs +++ b/crates/bevy_asset/src/lib.rs @@ -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