Files
rust/clippy_lints/src/utils
Yati Sagade 8ea6d6a8d2 needless_continue: Refactor to use stuff from utils, and move some stuff to utils.
I had my own implementation of what `trim_multiline()` seems to be doing, so
I just started using `trim_multiline()`. Some other functions, like
those block alignment, are general enough to be used elsewhere, so moved
them to utils.
2017-04-09 14:07:11 +02:00
..
2016-12-20 18:21:30 +01:00
2017-02-19 07:59:44 +09:00
2017-03-16 00:56:21 +01:00