Skip to content

Commit

Permalink
wip(engine): dependencies: ignore impl nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jun 20, 2024
1 parent fedbd26 commit 9a32117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/lib/dependencies.ml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module Make (F : Features.T) = struct
@ v#visit_ty () self_ty
@ v#visit_global_ident () (fst of_trait)
@ concat_map (v#visit_generic_value ()) (snd of_trait)
@ concat_map (v#visit_impl_item ()) items
(* @ concat_map (v#visit_impl_item ()) items *)
@ concat_map
(fun (ie, ii) ->
v#visit_impl_expr () ie @ v#visit_impl_ident () ii)
Expand Down

0 comments on commit 9a32117

Please sign in to comment.