Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index 8bec3893ce..30b59498bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,10 +168,6 @@ new_ret_no_self = "allow" useless_asref = "allow" ## Following lints should be tackled at some point -borrowed_box = "allow" -derived_hash_with_manual_eq = "allow" -forget_non_drop = "allow" -needless_doctest_main = "allow" too_many_arguments = "allow" type_complexity = "allow" wrong_self_convention = "allow" |