forgive me clippy

This commit is contained in:
Ayaz Hafiz 2022-04-13 15:30:02 -04:00
parent 8eec930260
commit d630562d99
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -593,7 +593,7 @@ pub fn run_in_place(
// Now that the module has been solved, we can run through and check all
// types claimed to implement abilities.
problems.extend(deferred_must_implement_abilities.check(subs, &abilities_store));
problems.extend(deferred_must_implement_abilities.check(subs, abilities_store));
state.env
}