clippy
This commit is contained in:
@@ -83,7 +83,7 @@ fn on_head_drop(
|
||||
} else {
|
||||
gltf_assets.get(&assets.meshes["none.glb"])
|
||||
}
|
||||
.ok_or_else(|| "asset not found")?;
|
||||
.ok_or("asset not found")?;
|
||||
|
||||
commands
|
||||
.spawn((
|
||||
|
||||
Reference in New Issue
Block a user