Skip to content

Commit

Permalink
util: Ignore doc test in image-future
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Jul 18, 2023
1 parent f7cc25f commit d8c9e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zu-util/src/image_future.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use web_sys::HtmlImageElement;
/// that will resolve when the image has fully loaded.
///
/// Example:
/// ```rust
/// ```ignored
/// let image = ImageFuture::new("assets/sprite_sheet.png").await;
/// ```
///
Expand Down

0 comments on commit d8c9e98

Please sign in to comment.