Skip to content

Commit

Permalink
remove unsued imports
Browse files Browse the repository at this point in the history
  • Loading branch information
soqb committed Jan 6, 2023
1 parent 796baaf commit edc4488
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions crates/bevy_dynamic_plugin/src/loader.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
use std::{
mem::{self, ManuallyDrop},
sync::{
self,
atomic::{AtomicBool, Ordering},
Arc,
}, ffi::{OsStr, OsString},
ops::DerefMut,
mem::ManuallyDrop,
sync::Arc, ffi::{OsStr, OsString},
};

use libloading::{Library, Symbol};
Expand Down

0 comments on commit edc4488

Please sign in to comment.