]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dummy/src/main.rs
Auto merge of #10242 - flip1995:rustup, r=flip1995
[rust.git] / clippy_dummy / src / main.rs
index 878993d5c28dfdbf6e8415dafd55bf20f86ba7df..a118834f1fd47cb1b44ebac6fcdea1456e76b615 100644 (file)
@@ -1,13 +1,3 @@
-// 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() {
     panic!("This shouldn't even compile")
 }