Clean up the compile-time warnings

These are all the auto-applied warning corrections.
This commit is contained in:
Salvatore Testa 2024-01-11 15:16:18 -08:00
parent ead8e9ab86
commit 5884f89d1a
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
use crate::tools::*;
pub use allo_isolate::ffi::DartCObject;
pub use allo_isolate::IntoDart;
use allo_isolate::Isolate;
use core::fmt::Debug;