We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from_iter_instead_of_collect
1 parent a8ec294 commit cb54d3fCopy full SHA for cb54d3f
Cargo.toml
@@ -39,7 +39,6 @@ enum_glob_use = { level = "allow", priority = 1 }
39
explicit_deref_methods = { level = "allow", priority = 1 }
40
explicit_iter_loop = { level = "allow", priority = 1 }
41
float_cmp = { level = "allow", priority = 1 }
42
-from_iter_instead_of_collect = { level = "allow", priority = 1 }
43
if_not_else = { level = "allow", priority = 1 }
44
implicit_clone = { level = "allow", priority = 1 }
45
implicit_hasher = { level = "allow", priority = 1 }
0 commit comments