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