enable multiple_bound_locations lint

This commit is contained in:
Charles Hall 2024-05-21 22:09:21 -07:00
parent 92d9f81a78
commit eaeb7620d9
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
5 changed files with 10 additions and 11 deletions

View file

@ -72,7 +72,6 @@ wildcard_dependencies = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_bound_locations = "allow"
option_as_ref_cloned = "allow"
thread_local_initializer_can_be_made_const = "allow"
unnecessary_to_owned = "allow"