Fix use statement in docs (#799)

This commit is contained in:
blt__ 2023-08-05 17:24:54 +04:00 committed by GitHub
parent 2f232efad4
commit 2cb2658180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!(