mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Do not import chan_signal if not required
This commit is contained in:
parent
9a6b10e7ac
commit
b96ea52a92
@ -8,6 +8,7 @@ use std::sync::Arc;
|
||||
use std::thread;
|
||||
|
||||
use chan;
|
||||
#[cfg(unix)]
|
||||
use chan_signal;
|
||||
|
||||
use backend;
|
||||
|
Loading…
Reference in New Issue
Block a user