From 1d1e93d2734b07bf8179028105c25b3c9d01423a Mon Sep 17 00:00:00 2001 From: Nathan Jeffords Date: Wed, 9 Dec 2020 08:31:24 -0800 Subject: [PATCH] tell doc test to ignore the `AssetIoFactor` example --- crates/bevy_asset/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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