Skip to content

Commit 5db21f1

Browse files
authored
Merge pull request #21640 from Veykril/push-rutrqvxousks
minor: Remove incorrect warning log
2 parents 797b1f6 + 3202861 commit 5db21f1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

crates/rust-analyzer/src/flycheck.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -757,13 +757,6 @@ impl FlycheckActor {
757757
DiagnosticsReceived::AtLeastOneAndClearedWorkspace;
758758
}
759759

760-
if let Some(package_id) = package_id {
761-
tracing::warn!(
762-
"Ignoring package label {:?} and applying diagnostics to the whole workspace",
763-
package_id
764-
);
765-
}
766-
767760
self.send(FlycheckMessage::AddDiagnostic {
768761
id: self.id,
769762
generation: self.generation,

0 commit comments

Comments
 (0)