]> git.lizzy.rs Git - rust.git/commit
needless_continue: Add tests for helper functions to the needless_continue lint.
authorYati Sagade <yati.sagade@gmail.com>
Sun, 9 Apr 2017 12:12:01 +0000 (14:12 +0200)
committerYati Sagade <yati.sagade@gmail.com>
Sun, 9 Apr 2017 12:12:01 +0000 (14:12 +0200)
commit69928906f490e52aed6497f9b8f8e5a3ad924477
treec5d6a9e9345b5417d0456f375e522e26b4cd50a4
parenta0997481133e02ec0034991e913d69b8b21bba64
needless_continue: Add tests for helper functions to the needless_continue lint.

Creating a test file per function sounds a bit excessive, so just
clubbing all needless_continue specific function tests into this module.
tests/needless_continue_helpers.rs [new file with mode: 0644]