X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fauto-impl-for-trait.rs;h=bc658fbfc8cce8af80c5b11a22cb8bee2c9cceb6;hb=87284d7e79da9eb106ba120600d4fb4767897869;hp=3cd6e7aa4b3d24c6297e38e29dc892038930888e;hpb=8bf026df5b44eab313aa8c4ac2d185af8e9dcd41;p=rust.git diff --git a/src/test/rustdoc/auto-impl-for-trait.rs b/src/test/rustdoc/auto-impl-for-trait.rs index 3cd6e7aa4b3..bc658fbfc8c 100644 --- a/src/test/rustdoc/auto-impl-for-trait.rs +++ b/src/test/rustdoc/auto-impl-for-trait.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. - // Test for https://github.com/rust-lang/rust/issues/48463 issue. use std::any::Any;