Skip to content

Commit

Permalink
Simplify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 26, 2024
1 parent 550ebd8 commit 22c06d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dylint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ mod test {

// smoelius: With the upgrade to nightly-2023-03-10, I started running into this:
// https://github.com/rust-lang/rustup/issues/988
// The easiest solution is to just not run the tests concurrently.
// The easiest solution is to just run the tests sequentially.
static MUTEX: Mutex<()> = Mutex::new(());

static OPTS: Lazy<opts::Dylint> = Lazy::new(|| opts::Dylint {
Expand Down

0 comments on commit 22c06d9

Please sign in to comment.