Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mv/regression-5210' into mv/regr…
Browse files Browse the repository at this point in the history
…ession-5210
  • Loading branch information
vezenovm committed Jul 18, 2024
2 parents aebb975 + 3ce5628 commit 093ae58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_frontend/src/elaborator/trait_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ impl<'context> Elaborator<'context> {
let mut func_ids_in_trait = HashSet::default();

let trait_generics = &self.interner.get_trait(trait_id).generics.clone();
// let trait_generics = &self.interner.get_trait(trait_id).generics;
// Temporarily take ownership of the trait's methods so we can iterate over them
// while also mutating the interner
let the_trait = self.interner.get_trait_mut(trait_id);
Expand Down

0 comments on commit 093ae58

Please sign in to comment.