Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Jul 13, 2024
1 parent 0b7cf7c commit 863c336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encode/writer/console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl<'a> encode::Write for ConsoleWriterLock<'a> {

#[cfg(unix)]
mod imp {
use std::{env, fmt, io};
use std::{fmt, io};

use crate::{
encode::{
Expand Down

0 comments on commit 863c336

Please sign in to comment.