diff --git a/Cargo.toml b/Cargo.toml index d3d19b68f..daf557dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,6 +162,7 @@ rust.unknown_lints = "allow" rust.unstable_name_collisions = "allow" rustdoc.private_intra_doc_links = "allow" clippy.len_without_is_empty = "allow" # we're not a library crate +clippy.let_and_return = "allow" clippy.manual_range_contains = "allow" clippy.needless_lifetimes = "allow" clippy.needless_return = "allow"