Update README getting started snippets (#859)
Theres no Result trait in crossterm
This commit is contained in:
parent
0935196d5a
commit
99fe255f33
@ -107,7 +107,7 @@ use std::io::{stdout, Write};
|
|||||||
use crossterm::{
|
use crossterm::{
|
||||||
execute,
|
execute,
|
||||||
style::{Color, Print, ResetColor, SetBackgroundColor, SetForegroundColor},
|
style::{Color, Print, ResetColor, SetBackgroundColor, SetForegroundColor},
|
||||||
ExecutableCommand, Result,
|
ExecutableCommand,
|
||||||
event,
|
event,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user