Skip to content

Commit 4005b5f

Browse files
committed
remove dead line
1 parent 5be0dff commit 4005b5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chalk-solve/src/clauses/program_clauses.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ impl<TF: TypeFamily> ToProgramClauses<TF> for StructDatum<TF> {
221221
builder.push_clause(
222222
DomainGoal::$goal(self_ty.clone()),
223223
Some(DomainGoal::$goal(
224-
//
225224
// This unwrap is safe because we asserted
226225
// above for the presence of a type
227226
// parameter

0 commit comments

Comments
 (0)