Fix Clippy lints.
This commit is contained in:
parent
2aa76309dd
commit
2832f3047f
@ -118,6 +118,7 @@ impl CachedRenderPipelinePhaseItem for TransparentOutline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::type_complexity)]
|
||||||
pub struct OutlineNode {
|
pub struct OutlineNode {
|
||||||
query: QueryState<
|
query: QueryState<
|
||||||
(
|
(
|
||||||
|
@ -147,7 +147,7 @@ impl SpecializedMeshPipeline for OutlinePipeline {
|
|||||||
buffers,
|
buffers,
|
||||||
},
|
},
|
||||||
fragment: Some(FragmentState {
|
fragment: Some(FragmentState {
|
||||||
shader: shader.clone().typed::<Shader>(),
|
shader: shader.typed::<Shader>(),
|
||||||
shader_defs: vec![],
|
shader_defs: vec![],
|
||||||
entry_point: "fragment".into(),
|
entry_point: "fragment".into(),
|
||||||
targets,
|
targets,
|
||||||
|
Loading…
Reference in New Issue
Block a user