Fix read example

This commit is contained in:
Ticki 2016-03-09 08:41:18 +01:00
parent abe4681158
commit d7a3e607ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
extern crate libterm;
use libterm::ReadExt;
use libterm::TermRead;
use std::io::{Write, stdout, stdin};
fn main() {