]> git.lizzy.rs Git - rust.git/blobdiff - tests/needless_continue_helpers.rs
Fix `use_self` false positive on `use` statements
[rust.git] / tests / needless_continue_helpers.rs
index f608ef1ad021c0c4324241ac0820d3985c1b777d..662ae110845a506bcd022792d33f4d91eb1ccb43 100644 (file)
@@ -1,4 +1,14 @@
-#![feature(tool_attributes)]
+// 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.