X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fimpl-unused-tps.rs;h=7cc1ae613bc3fde09db3415f5f6d836077e0868e;hb=b6801b7dcd56a272dda2fbd88ecbc5b1476d8b83;hp=c9399afbb93b2a998d29e6cac491d9dfc6fb32ed;hpb=f68b7cc59896427d378c9e3bae6f5fd7a1f1fad9;p=rust.git diff --git a/src/test/ui/impl-unused-tps.rs b/src/test/ui/impl-unused-tps.rs index c9399afbb93..7cc1ae613bc 100644 --- a/src/test/ui/impl-unused-tps.rs +++ b/src/test/ui/impl-unused-tps.rs @@ -1,13 +1,3 @@ -// Copyright 2015 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. - trait Foo { fn get(&self, A: &A) { } }