Skip to content

Commit

Permalink
address nit
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-cow committed Sep 19, 2020
1 parent ebf23a5 commit 68abca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalk-solve/src/wf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ fn compute_assoc_ty_goal<I: Interner>(

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

impl WfWellKnownConstraints {
/// Computes a goal to prove Sized constraints on a struct definition.
Expand Down

0 comments on commit 68abca9

Please sign in to comment.