Rust tooling woes
vizdun
So the bozos at Rust tooling are back with a new feature! Did they fix the "rust-analyzer randomly giving up on life" issue or rust-fmt doing the same? Nope! Instead they added a new, brand new, hardcoded logic for iterators. Where the godforsaken first suggestion is always into_iter()
followed by the actual suggestion, even if the snippet already contains into_iter()
right before!
Why????? Who has asked for this???? Even if it worked it's not like anybody cares!!! The amount of rage that fills me whenever I use iterators now is insane. I hate this so much.