Fix read example
This commit is contained in:
parent
abe4681158
commit
d7a3e607ba
|
@ -1,6 +1,6 @@
|
|||
extern crate libterm;
|
||||
|
||||
use libterm::ReadExt;
|
||||
use libterm::TermRead;
|
||||
use std::io::{Write, stdout, stdin};
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in New Issue