Skip to content

Commit

Permalink
Merge pull request #157 from mahkoh/jorth/wire-ng
Browse files Browse the repository at this point in the history
Clean up request handling
  • Loading branch information
mahkoh authored Apr 8, 2024
2 parents 17caba5 + acb3913 commit 131f048
Show file tree
Hide file tree
Showing 202 changed files with 2,360 additions and 2,744 deletions.
3 changes: 2 additions & 1 deletion build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
clippy::too_many_arguments,
clippy::iter_skip_next,
clippy::uninlined_format_args,
clippy::manual_is_ascii_check
clippy::manual_is_ascii_check,
clippy::single_char_pattern
)]

extern crate core;
Expand Down
Loading

0 comments on commit 131f048

Please sign in to comment.