Skip to content

Commit

Permalink
Fix use statement in docs (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
blt-r committed Aug 5, 2023
1 parent 2f232ef commit 2cb2658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.rs
Expand Up @@ -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!(
Expand Down

0 comments on commit 2cb2658

Please sign in to comment.