Fix red doctest

This commit is contained in:
Emil Ernerfeldt 2023-01-23 15:04:35 +01:00
parent 356ebe55da
commit d4f9f6984d
1 changed files with 2 additions and 2 deletions

View File

@ -2163,10 +2163,10 @@ impl Ui {
///
/// If called from within a menu this will instead create a button for a sub-menu.
///
/// ```
/// ```ignore
/// use egui_extras;
///
/// let img = egui_extrasRetainedImage::from_svg_bytes_with_size(
/// let img = egui_extras::RetainedImage::from_svg_bytes_with_size(
/// "rss",
/// include_bytes!("rss.svg"),
/// egui_extras::image::FitTo::Size(24, 24),