Skip to content

Commit

Permalink
fix cargo clippy (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen authored Aug 23, 2024
1 parent cd92ea2 commit f608aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/moonbuild/src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use n2::progress::{DumbConsoleProgress, FancyConsoleProgress, Progress};
use n2::terminal;
use std::io::Write;
use std::path::{Path, PathBuf};
use std::sync::atomic::{AtomicBool, AtomicU32, Ordering};
use std::sync::atomic::AtomicBool;
use thiserror::Error;

use n2::{trace, work};
Expand Down

0 comments on commit f608aa3

Please sign in to comment.