X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fmodule-impls.rs;h=198b3446c61b7ddad302788f873a7fd7ff512a5a;hb=d21320cbd910cabb5b3da93a35f9e42c65fbebf8;hp=7be3c50073166001e870e60fa7b83b648173dd3a;hpb=dfc7da4dc4f43df9ce2109e9e34cc1b8cfff4e49;p=rust.git diff --git a/src/test/rustdoc/module-impls.rs b/src/test/rustdoc/module-impls.rs index 7be3c500731..198b3446c61 100644 --- a/src/test/rustdoc/module-impls.rs +++ b/src/test/rustdoc/module-impls.rs @@ -1,13 +1,3 @@ -// Copyright 2016 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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - #![crate_name = "foo"] pub use std::marker::Send;