Skip to content

Commit d34ebb4

Browse files
Remove seperator in code
1 parent 2512b66 commit d34ebb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/solve/infer/unify.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ impl TypeName {
309309
}
310310
}
311311

312-
///////////////////////////////////////////////////////////////////////////
313-
314312
struct OccursCheck<'u, 't: 'u> {
315313
unifier: &'u mut Unifier<'t>,
316314
binders: usize,

0 commit comments

Comments
 (0)