Skip to content

Commit

Permalink
attempt fix clippy warnings in codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Gae24 <[email protected]>
  • Loading branch information
Gae24 committed Oct 10, 2024
1 parent 61a9304 commit c2fdc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/dom/bindings/codegen/CodegenRust.py
Original file line number Diff line number Diff line change
Expand Up @@ -6254,7 +6254,7 @@ def definition_body(self):
]
else:
args = [
"&global",
"global",
"Some(desired_proto.handle())",
"CanGc::note()"
]
Expand Down

0 comments on commit c2fdc69

Please sign in to comment.