Skip to content

Commit 316adb5

Browse files
author
Niko Matsakis
committed
remove extra &
1 parent 9c12b0f commit 316adb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/formality-prove/src/prove/prove_wc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ judgment_fn! {
107107

108108
(
109109
(for_all(&decls, &env, &assumptions, &trait_ref.parameters, &prove_wf) => c)
110-
(let t = &decls.trait_decl(&trait_ref.trait_id))
110+
(let t = decls.trait_decl(&trait_ref.trait_id))
111111
(let t = t.binder.instantiate_with(&trait_ref.parameters).unwrap())
112112
(prove_after(&decls, c, &assumptions, t.where_clause) => c)
113113
----------------------------- ("trait well formed")

0 commit comments

Comments
 (0)