Cheers, Josh _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo
These are frequent source of frustration for me, especially when
commenting out bits of code for when testing/debugging. The presence of
unused imports never affects the correctness of the rest of the code in
the file, so I'd like to make the development experience a bit more
pleasant by being more permissive. Similarly, when I've stubbed out a
method I often end up failing to compile because the arguments are now
unused. Together, these errors actively impede the process for me, while
only enhancing the resulting quality of the finished product marginally
in my opinion.
- [dev-servo] Let's turn off deny(unused_imports) and deny(unu... Josh Matthews