Merge pull request #21640 from Veykril/push-rutrqvxousks

minor: Remove incorrect warning log
This commit is contained in:
Lukas Wirth 2026-02-13 15:33:46 +00:00 committed by GitHub
commit ca35562cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,