Skip to content

Commit

Permalink
Remove another unnecessary qualification
Browse files Browse the repository at this point in the history
Signed-off-by: Uli Schlachter <[email protected]>
  • Loading branch information
psychon committed Mar 17, 2024
1 parent 146ce84 commit c0055b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/src/generator/namespace/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pub(super) fn generate_request(
ImplMode::Async,
);

super::special_cases::handle_request(request_def, proto_out);
special_cases::handle_request(request_def, proto_out);

outln!(proto_out, "");
outln!(x11rb_out, "");
Expand Down

0 comments on commit c0055b0

Please sign in to comment.