Skip to content

Commit

Permalink
style: remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jun 25, 2024
1 parent cfa84f5 commit 7230377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework_crates/bones_bevy_renderer/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ mod native {
}

fn load(&mut self) -> Vec<SchemaBox> {
use anyhow::Context;
if self.storage_path.exists() {
let result: anyhow::Result<LoadedStorage> = (|| {
let file = std::fs::OpenOptions::new()
Expand Down

0 comments on commit 7230377

Please sign in to comment.