about summary refs log tree commit diff
path: root/tests/needless_continue_helpers.rs
AgeCommit message (Collapse)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-29Remove unnecessary `use` statements after `cargo fix`Konrad Borowski-1/+0
2018-12-29Apply cargo fix --edition-idioms fixesKonrad Borowski-1/+1
2018-11-27Run rustfmt on the testsflip1995-3/+0
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-23Remove now stable tool_attributes featureflip1995-1/+1
2018-08-02Replace cfg_attr(rustfmt... thingiesflip1995-5/+7
2018-03-16Format codeMateusz Mikuła-1/+0
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
2017-09-05Run nightly rustfmtOliver Schneider-1/+2
2017-08-14RustfmtOliver Schneider-1/+0
2017-04-09needless_continue: Add tests for helper functions to the needless_continue lint.Yati Sagade-0/+89
Creating a test file per function sounds a bit excessive, so just clubbing all needless_continue specific function tests into this module.