Auto-fix clippy::collapsible_if violations (#36428)
Release Notes: - N/A
This commit is contained in:
parent
9e8ec72bd5
commit
8f567383e4
281 changed files with 6628 additions and 7089 deletions
|
@ -1321,10 +1321,10 @@ impl Database {
|
|||
.await?;
|
||||
|
||||
let mut connection_ids = HashSet::default();
|
||||
if let Some(host_connection) = project.host_connection().log_err() {
|
||||
if !exclude_dev_server {
|
||||
connection_ids.insert(host_connection);
|
||||
}
|
||||
if let Some(host_connection) = project.host_connection().log_err()
|
||||
&& !exclude_dev_server
|
||||
{
|
||||
connection_ids.insert(host_connection);
|
||||
}
|
||||
|
||||
while let Some(collaborator) = collaborators.next().await {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue