X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Funneeded-trait-implementations-title.rs;h=e1bcfd3b97ecded4b8dcc7c52642589c1752e2b0;hb=87284d7e79da9eb106ba120600d4fb4767897869;hp=c87b533b9d47453084382e40ca2f60e5e3dc92e7;hpb=abf7243066775f0709275aee23d3dda80f72c3fe;p=rust.git diff --git a/src/test/rustdoc/unneeded-trait-implementations-title.rs b/src/test/rustdoc/unneeded-trait-implementations-title.rs index c87b533b9d4..e1bcfd3b97e 100644 --- a/src/test/rustdoc/unneeded-trait-implementations-title.rs +++ b/src/test/rustdoc/unneeded-trait-implementations-title.rs @@ -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 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 struct Bar;