diff --git a/src/node.rs b/src/node.rs index a123235..4fda3bd 100644 --- a/src/node.rs +++ b/src/node.rs @@ -118,6 +118,7 @@ impl CachedRenderPipelinePhaseItem for TransparentOutline { } } +#[allow(clippy::type_complexity)] pub struct OutlineNode { query: QueryState< ( diff --git a/src/pipeline.rs b/src/pipeline.rs index 211e42c..2ca7eca 100644 --- a/src/pipeline.rs +++ b/src/pipeline.rs @@ -147,7 +147,7 @@ impl SpecializedMeshPipeline for OutlinePipeline { buffers, }, fragment: Some(FragmentState { - shader: shader.clone().typed::(), + shader: shader.typed::(), shader_defs: vec![], entry_point: "fragment".into(), targets,