Remove incorrect warning log
This commit is contained in:
parent
4b5b181935
commit
da9ff14a13
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue