-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingT-middleType: Probably requires verifiying typesType: Probably requires verifiying types
Description
Also from toml-rs
:
while let Some((_, ch)) = self.chars.clone().next() {
This should not be changed to:
for (_, ch) in self.chars.clone() {
Because they are semantically different.
LunaBorowska and shaleh
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingT-middleType: Probably requires verifiying typesType: Probably requires verifiying types