mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Remove unused mpsc import.
This commit is contained in:
parent
94e723d3f0
commit
9fc946d6bd
@ -1,3 +1,4 @@
|
||||
//! /// Represents a colorpair from a Theme.
|
||||
//! # Cursive
|
||||
//!
|
||||
//! Cursive is a TUI library built on top of ncurses-rs.
|
||||
@ -37,7 +38,6 @@ pub use margins::Margins;
|
||||
use std::any::Any;
|
||||
use std::rc::Rc;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::mpsc;
|
||||
|
||||
use vec::Vec2;
|
||||
use view::View;
|
||||
|
Loading…
Reference in New Issue
Block a user