Skip to content

Commit ba4bcb7

Browse files
committed
remove remaining lints
1 parent 13a5ee3 commit ba4bcb7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/2d/mesh2d_manual.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
//!
66
//! [`Material2d`]: bevy::sprite::Material2d
77
8-
#![allow(clippy::type_complexity)]
9-
108
use bevy::{
119
core_pipeline::core_2d::Transparent2d,
1210
prelude::*,

examples/3d/transmission.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
//! | `D` | Toggle Depth Prepass |
1919
//! | `T` | Toggle TAA |
2020
21-
#![allow(clippy::type_complexity)]
22-
2321
use std::f32::consts::PI;
2422

2523
use bevy::{

0 commit comments

Comments
 (0)