]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/author.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / author.rs
index e8a04bb7b1316b8f3bf6c3dd8fff0e6b953f4dd6..4b7729e23b1f771a23fda87c9434858e23e11f9e 100644 (file)
@@ -1,7 +1,13 @@
-
+// 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.
 
 fn main() {
-
     #[clippy::author]
     let x: char = 0x45 as char;
 }