Fix use
statement in docs (#799)
This commit is contained in:
parent
2f232efad4
commit
2cb2658180
@ -69,8 +69,8 @@
|
||||
//! ```no_run
|
||||
//! use std::io::{self, Write};
|
||||
//!
|
||||
//! use crossterm::{execute, style::Print};
|
||||
//! use crossterm::style::{SetAttribute, Attribute};
|
||||
//! use crossterm::execute;
|
||||
//! use crossterm::style::{Attribute, Print, SetAttribute};
|
||||
//!
|
||||
//! fn main() -> io::Result<()> {
|
||||
//! execute!(
|
||||
|
Loading…
Reference in New Issue
Block a user