]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rust-2018/extern-crate-submod.rs
Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj
[rust.git] / src / test / ui / rust-2018 / extern-crate-submod.rs
index 5951e12d545f57aae37fb0c199b80f7cb0bfbe32..f3a357917cc7f23c7d1874867bd97a70d3d48e7e 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 @@ mod m {
 fn main() {
     foo();
 }
-