Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 4, 2024
1 parent d1410f8 commit 46d69b1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,14 +669,12 @@ fn update_navmesh_asset(
/// #[derive(Component)]
/// struct MyObstacle;
///
/// fn main() {
/// App::new().add_plugins((
/// DefaultPlugins,
/// VleueNavigatorPlugin,
/// NavmeshUpdaterPlugin::<Aabb, MyObstacle>::default(),
/// ))
/// .run();
/// }
/// App::new().add_plugins((
/// DefaultPlugins,
/// VleueNavigatorPlugin,
/// NavmeshUpdaterPlugin::<Aabb, MyObstacle>::default(),
/// ))
/// .run();
/// ```
#[derive(Debug)]
Expand Down

0 comments on commit 46d69b1

Please sign in to comment.