Skip to content

Commit

Permalink
chore: cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Sep 15, 2024
1 parent 8c56e29 commit 3cf56d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/properties/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use crate::prelude::*;
use bevy::{app::App, ecs::bundle::Bundle};

#[allow(clippy::needless_doctest_main)]
pub trait TiledApp {
/// Register a Tiled object.
///
Expand Down

0 comments on commit 3cf56d4

Please sign in to comment.