Skip to content

Commit 68abca9

Browse files
committed
address nit
1 parent ebf23a5 commit 68abca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-solve/src/wf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ fn compute_assoc_ty_goal<I: Interner>(
571571

572572
/// Defines methods to compute well-formedness goals for well-known
573573
/// traits (e.g. a goal for all fields of struct in a Copy impl to be Copy)
574-
struct WfWellKnownConstraints {}
574+
struct WfWellKnownConstraints;
575575

576576
impl WfWellKnownConstraints {
577577
/// Computes a goal to prove Sized constraints on a struct definition.

0 commit comments

Comments
 (0)