Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 6, 2023
1 parent 7b2f2fc commit 47abe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/render_resource/shader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ impl ShaderProcessor {
shader_defs_unique.insert(name.clone(), ShaderDefVal::Bool(name, val));
} else {
return Err(ProcessShaderError::InvalidShaderDefDefinitionValue {
shader_def_name: name.clone(),
shader_def_name: name,
value: val.as_str().to_string(),
});
}
Expand Down

0 comments on commit 47abe67

Please sign in to comment.