Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Aug 4, 2020
1 parent 38e9e8a commit e8a3401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chalk-solve/src/clauses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ fn program_clauses_that_could_match<I: Interner>(
}

if let Some(well_known) = trait_datum.well_known {
builtin_traits::add_builtin_program_clauses(db, builder, well_known, trait_ref, binders)?;
builtin_traits::add_builtin_program_clauses(
db, builder, well_known, trait_ref, binders,
)?;
}
}
DomainGoal::Holds(WhereClause::AliasEq(alias_eq)) => match &alias_eq.alias {
Expand Down

0 comments on commit e8a3401

Please sign in to comment.