Cheers, Josh _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo
After coming across an instance of a non-snake case variable name that
didn't trigger any compiler warnings, I discovered that we disabled that
warning for the script crate 5 years ago
(https://github.com/servo/servo/commit/dc86e8365495acc87b983a290bb7277a37a5247f#diff-7efb30b262e93375ff2af348d5a870f9R11).
Any objections to re-enabling it in Servo-specific code throughout the
project and fixing the existing instances?
- [dev-servo] Re-enable non_snake_case warnings? Josh Matthews
- Re: [dev-servo] Re-enable non_snake_case warnings? Simon Sapin
- Re: [dev-servo] Re-enable non_snake_case warnings? Cheng You Bai
- Re: [dev-servo] Re-enable non_snake_case warnin... Josh Matthews