diff --git a/src/style.rs b/src/style.rs index 6cc9839..9555cab 100644 --- a/src/style.rs +++ b/src/style.rs @@ -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!(