Skip to content

Commit

Permalink
Fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Davier committed Nov 25, 2021
1 parent cc0d79c commit 916c1ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelined/bevy_text2/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ impl Text {
/// ```
/// # use bevy_asset::{AssetServer, Handle};
/// # use bevy_render2::color::Color;
/// # use bevy_text2::{Font, Text, TextAlignment, TextStyle};
/// # use glyph_brush_layout::{HorizontalAlign, VerticalAlign};
/// # use bevy_text2::{Font, Text, TextAlignment, TextStyle, HorizontalAlign, VerticalAlign};
/// #
/// # let font_handle: Handle<Font> = Default::default();
/// #
Expand Down

0 comments on commit 916c1ce

Please sign in to comment.