Skip to content

Commit 1d1e93d

Browse files
author
Nathan Jeffords
committed
tell doc test to ignore the AssetIoFactor example
1 parent 910d385 commit 1d1e93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_asset/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl Default for AssetServerSettings {
5252

5353
/// Allows replacing the `AssetIo` instance used by the `AssetServer`
5454
///
55-
/// ```
55+
/// ```ignore
5656
/// struct CustomAssetLoader;
5757
/// impl AssetIo for CustomAssetLoader {
5858
/// //TODO

0 commit comments

Comments
 (0)