]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rust-2018/extern-crate-submod.fixed
Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj
[rust.git] / src / test / ui / rust-2018 / extern-crate-submod.fixed
index 5d36c12103ab1a36dc0db1a7d63d89e407338e4c..2a8e24db0bdc559dd1f982cd7e3b59a7b2ac2dcc 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2018 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.
-
 // aux-build:edition-lint-paths.rs
 // run-rustfix
 
@@ -33,4 +23,3 @@ use crate::m::edition_lint_paths::foo;
 fn main() {
     foo();
 }
-