Skip to content

Commit 9f9c5aa

Browse files
committed
rustfmt
1 parent 8597af8 commit 9f9c5aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/ra_hir/src/source_binder.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,7 @@ impl SourceAnalyzer {
427427

428428
let std_future_trait =
429429
match self.resolver.resolve_path_segments(db, &std_future_path).into_fully_resolved() {
430-
PerNs { types: Some(Resolution::Def(ModuleDef::Trait(trait_))), .. } => {
431-
trait_
432-
}
430+
PerNs { types: Some(Resolution::Def(ModuleDef::Trait(trait_))), .. } => trait_,
433431
_ => return false,
434432
};
435433

0 commit comments

Comments
 (0)