ZIm/crates/rpc/src
Marshall Bowers a92dcccf48
Enable clippy::non_canonical_clone_impl (#9373)
This PR enables the
[`clippy::non_canonical_clone_impl`](https://rust-lang.github.io/rust-clippy/master/index.html#/non_canonical_clone_impl)
rule and fixes the outstanding violations.

Release Notes:

- N/A
2024-03-14 18:49:51 -04:00
..
auth.rs Fix typos 2023-06-02 22:02:19 -04:00
conn.rs Enable clippy::redundant_locals (#8750) 2024-03-02 21:57:40 -05:00
error.rs disallow opening private files (#7165) 2024-01-31 12:05:51 -08:00
macros.rs Log the time incoming RPC messages were queued (#8909) 2024-03-05 14:40:09 -08:00
notification.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
peer.rs Enable clippy::non_canonical_clone_impl (#9373) 2024-03-14 18:49:51 -04:00
proto.rs Log the time incoming RPC messages were queued (#8909) 2024-03-05 14:40:09 -08:00
rpc.rs TEMP 2024-01-25 13:24:45 -07:00