]> git.lizzy.rs Git - rust.git/blobdiff - tests/needless_continue_helpers.rs
Change explicit_counter_loop's message to add parentheses if necessary
[rust.git] / tests / needless_continue_helpers.rs
index 8237ac437ba111cd2459defb8ecd3304941c97f5..255653b4737d3453ec371d76c8c6482deea897e4 100644 (file)
@@ -1,16 +1,6 @@
-// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
 // Tests for the various helper functions used by the needless_continue
 // lint that don't belong in utils.
 
-extern crate clippy_lints;
 use clippy_lints::needless_continue::{erode_block, erode_from_back, erode_from_front};
 
 #[test]