]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/bytecount.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / bytecount.rs
index 8fc27c49f34b4da2475345926bbd7b9a8d3cd8ba..6bc9b5ddecd03ee6bd2ddb87eccd77d27a5934d2 100644 (file)
@@ -1,7 +1,13 @@
-#![feature(plugin)]
-#![plugin(clippy)]
-
-#[deny(naive_bytecount)]
+// 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.
+
+#[deny(clippy::naive_bytecount)]
 fn main() {
     let x = vec![0_u8; 16];