Clippy has a delightful lint against 'A'..'Z' because this is an exclusive range, so it only covers 'A' through 'Y'! https://rust-lang.github.io/rust-clippy/master/index.html#/almost_complete_range
Saved me a tedious bug today.
miniblog.
Related Posts
I'm adding a += operator to my programming language, because writing `x = x + 1` is tedious.
This opens the tricky design question of which operators should support this. Is += and -= sufficient, or do you expect things like >>= and **= to be available?
Cybercrime is poorly-paid, tedious and unglamorous: https://krebsonsecurity.com/2020/05/career-choice-tip-cybercrime-is-mostly-boring/
Cute Smalltalk pastebin: http://t.co/ws9ytfc3LS . I think there's still room to innovate with lang-specific pastebins, but spam is tedious.