Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tigregalis committed Jan 24, 2021
1 parent b74ba8a commit e2cdc4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/bevy_text/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ pub use text::*;
pub use text2d::*;

pub mod prelude {
pub use crate::{
Font, Text, Text2dBundle, TextAlignment, TextError, TextSection, TextStyle,
};
pub use crate::{Font, Text, Text2dBundle, TextAlignment, TextError, TextSection, TextStyle};
pub use glyph_brush_layout::{HorizontalAlign, VerticalAlign};
}

Expand Down

0 comments on commit e2cdc4a

Please sign in to comment.