mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Remove unused imports
This commit is contained in:
parent
d139c3f3b6
commit
f3f10b7088
@ -4,8 +4,6 @@ use cursive::{Cursive, Printer};
|
||||
use cursive::traits::*;
|
||||
use cursive::vec::Vec2;
|
||||
use std::collections::VecDeque;
|
||||
use std::iter::Chain;
|
||||
use std::slice::Iter;
|
||||
|
||||
use std::sync::mpsc;
|
||||
use std::thread;
|
||||
|
Loading…
Reference in New Issue
Block a user