We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a5ee3 commit ba4bcb7Copy full SHA for ba4bcb7
examples/2d/mesh2d_manual.rs
@@ -5,8 +5,6 @@
5
//!
6
//! [`Material2d`]: bevy::sprite::Material2d
7
8
-#![allow(clippy::type_complexity)]
9
-
10
use bevy::{
11
core_pipeline::core_2d::Transparent2d,
12
prelude::*,
examples/3d/transmission.rs
@@ -18,8 +18,6 @@
18
//! | `D` | Toggle Depth Prepass |
19
//! | `T` | Toggle TAA |
20
21
22
23
use std::f32::consts::PI;
24
25
0 commit comments