about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2018-12-20 14:31:40 +0100
committerGitHub <noreply@github.com>2018-12-20 14:31:40 +0100
commit405d8b0bb3d749e3baad25f68455873b66b219be (patch)
tree0e51d112fca662a983ee09be030d98a3e797b209
parentf7314456d03d2bfed188baf3a988c77b40864dc8 (diff)
downloadrust-405d8b0bb3d749e3baad25f68455873b66b219be.tar.gz
rust-405d8b0bb3d749e3baad25f68455873b66b219be.zip
Copyrite
-rw-r--r--src/test/ui/dead-code-tuple-struct-field.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/dead-code-tuple-struct-field.rs b/src/test/ui/dead-code-tuple-struct-field.rs
index f4989fa1037..496ce4fb378 100644
--- a/src/test/ui/dead-code-tuple-struct-field.rs
+++ b/src/test/ui/dead-code-tuple-struct-field.rs
@@ -1,13 +1,3 @@
-// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// 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.
-
 // compile-pass
 
 #![deny(dead_code)]