X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fissue-19190-2.rs;h=b6416e2e5b97ebb3464bb54f26f08f4f753c7b66;hb=c717721c1b9e076739b4fbf44a83cc9c77008853;hp=5688c5cba0bbef2827fce031b85db310cd312ac3;hpb=bac7c53bc3842b494af098dbab8723fde9c97da2;p=rust.git diff --git a/src/test/rustdoc/issue-19190-2.rs b/src/test/rustdoc/issue-19190-2.rs index 5688c5cba0b..b6416e2e5b9 100644 --- a/src/test/rustdoc/issue-19190-2.rs +++ b/src/test/rustdoc/issue-19190-2.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. - use std::ops::Deref; pub struct Bar;