From 22c06d928e8f9319151c5330b67c9f5cf194065c Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:38:10 -0400 Subject: [PATCH] Simplify comment --- dylint/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dylint/src/lib.rs b/dylint/src/lib.rs index 9600c277b..6db486358 100644 --- a/dylint/src/lib.rs +++ b/dylint/src/lib.rs @@ -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 = Lazy::new(|| opts::Dylint {