Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Jan 27, 2024
1 parent 8fe5db2 commit 75ac60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_headless/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod plugin;
mod utils;

pub use plugin::{
CurrImageContainer, GpuImageExportSource, ImageExportBundle, HeadlessPlugin,
CurrImageContainer, GpuImageExportSource, HeadlessPlugin, ImageExportBundle,
ImageExportSettings, ImageExportSource, ImageExportSystems,
};

Expand Down
4 changes: 1 addition & 3 deletions examples/new_media/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ use bevy::{
asset::{AssetServer, Assets},
core::Name,
core_pipeline::{clear_color::ClearColor, core_3d::Camera3dBundle, tonemapping::Tonemapping},
ecs::{
system::{Commands, Res, ResMut},
},
ecs::system::{Commands, Res, ResMut},
math::Vec3,
render::{camera::Camera, color::Color, texture::Image},
transform::components::Transform,
Expand Down

0 comments on commit 75ac60e

Please sign in to comment.