Skip to content

Commit

Permalink
chore: remove unnecessary &
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Mar 7, 2024
1 parent 3ec2faa commit f19fb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/hir/def_collector/dc_crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl DefCollector {
context.def_maps.insert(crate_id, def_collector.def_map);

// TODO(#4653): generalize this function
for macro_processor in &macro_processors {
for macro_processor in macro_processors {
macro_processor
.process_unresolved_traits_impls(
&crate_id,
Expand Down

0 comments on commit f19fb75

Please sign in to comment.