We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 797b1f6 + 3202861 commit 5db21f1Copy full SHA for 5db21f1
1 file changed
crates/rust-analyzer/src/flycheck.rs
@@ -757,13 +757,6 @@ impl FlycheckActor {
757
DiagnosticsReceived::AtLeastOneAndClearedWorkspace;
758
}
759
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
-
767
self.send(FlycheckMessage::AddDiagnostic {
768
id: self.id,
769
generation: self.generation,
0 commit comments