Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jul 26, 2018
1 parent 12d5e26 commit 687833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/theme.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extern crate cursive;

use cursive::views::{Dialog, TextView};
use cursive::{theme, Cursive};
use cursive::Cursive;

fn main() {
let mut siv = Cursive::default();
Expand Down

0 comments on commit 687833f

Please sign in to comment.