Skip to content

Commit

Permalink
remove remaining lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 13, 2023
1 parent 13a5ee3 commit ba4bcb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/2d/mesh2d_manual.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
//!
//! [`Material2d`]: bevy::sprite::Material2d
#![allow(clippy::type_complexity)]

use bevy::{
core_pipeline::core_2d::Transparent2d,
prelude::*,
Expand Down
2 changes: 0 additions & 2 deletions examples/3d/transmission.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
//! | `D` | Toggle Depth Prepass |
//! | `T` | Toggle TAA |
#![allow(clippy::type_complexity)]

use std::f32::consts::PI;

use bevy::{
Expand Down

0 comments on commit ba4bcb7

Please sign in to comment.