X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fprivate-type-alias.rs;h=ec7385404f0b2ff91d3a421d0504e762734b7131;hb=4d71c164a89b705df6affd31a5262c832d1bc48d;hp=637190800012552b9b0b4e8f04aaf0545c4f233d;hpb=9fb4fa8e990c2c5010ee9acc91880df8a9127f21;p=rust.git diff --git a/src/test/rustdoc/private-type-alias.rs b/src/test/rustdoc/private-type-alias.rs index 63719080001..ec7385404f0 100644 --- a/src/test/rustdoc/private-type-alias.rs +++ b/src/test/rustdoc/private-type-alias.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. - type MyResultPriv = Result; pub type MyResultPub = Result;