Skip to content

Commit

Permalink
Allowed single_call_fn clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSherbinin committed Feb 25, 2024
1 parent 097864a commit 227ffd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rustyrpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
clippy::infinite_loop, // Allowed because of bug: https://github.com/rust-lang/rust-clippy/issues/12338
clippy::unseparated_literal_suffix,
clippy::self_named_module_files,
clippy::big_endian_bytes
clippy::big_endian_bytes,
clippy::single_call_fn
)]
#![forbid(unreachable_pub, missing_docs)]
#![doc = include_str!("../../README.md")]
Expand Down

0 comments on commit 227ffd3

Please sign in to comment.