rust/clippy_lints
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
..
2017-04-07 11:25:00 +02:00

This crate contains Clippy lints. For the main crate, check cargo.io or GitHub.