From da9ff14a13d072835afc9e70740547d5b0aacc87 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Fri, 13 Feb 2026 16:23:59 +0100 Subject: [PATCH] Remove incorrect warning log --- .../rust-analyzer/crates/rust-analyzer/src/flycheck.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/tools/rust-analyzer/crates/rust-analyzer/src/flycheck.rs b/src/tools/rust-analyzer/crates/rust-analyzer/src/flycheck.rs index c74f4550fd89..797b95994073 100644 --- a/src/tools/rust-analyzer/crates/rust-analyzer/src/flycheck.rs +++ b/src/tools/rust-analyzer/crates/rust-analyzer/src/flycheck.rs @@ -757,13 +757,6 @@ impl FlycheckActor { DiagnosticsReceived::AtLeastOneAndClearedWorkspace; } - if let Some(package_id) = package_id { - tracing::warn!( - "Ignoring package label {:?} and applying diagnostics to the whole workspace", - package_id - ); - } - self.send(FlycheckMessage::AddDiagnostic { id: self.id, generation: self.generation,