removed unused import
This commit is contained in:
parent
42d213737d
commit
9cd34865a8
@ -48,9 +48,6 @@ use crate::bolts::os::startable_self;
|
|||||||
#[cfg(all(feature = "std", unix))]
|
#[cfg(all(feature = "std", unix))]
|
||||||
use crate::bolts::os::{fork, ForkResult};
|
use crate::bolts::os::{fork, ForkResult};
|
||||||
|
|
||||||
#[cfg(all(target_os = "android", feature = "std"))]
|
|
||||||
use crate::bolts::os::unix_shmem_server::ShMemService;
|
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use typed_builder::TypedBuilder;
|
use typed_builder::TypedBuilder;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user