Skip to content

Commit 8597af8

Browse files
committed
Idiomatic return
1 parent d610adf commit 8597af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir/src/source_binder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ impl SourceAnalyzer {
439439
};
440440

441441
let canonical_ty = crate::ty::Canonical { value: ty, num_vars: 0 };
442-
return implements_trait(&canonical_ty, db, &self.resolver, krate, std_future_trait);
442+
implements_trait(&canonical_ty, db, &self.resolver, krate, std_future_trait)
443443
}
444444

445445
#[cfg(test)]

0 commit comments

Comments
 (0)