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,