X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustfix%2Fissue-45799-bad-extern-crate-rename-suggestion-formatting.fixed;h=b4ae4dc1ab2f8727646a01705f616443f093bb56;hb=c6146b2370d0952a0f48f715928625ab4382d5d1;hp=d931f90cd04313b0e17daa27e0464d9edb6d5862;hpb=700165d7aeba7fbba79bcc322e010137ae70b46a;p=rust.git diff --git a/src/test/rustfix/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed b/src/test/rustfix/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed index d931f90cd04..b4ae4dc1ab2 100644 --- a/src/test/rustfix/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed +++ b/src/test/rustfix/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed @@ -1,12 +1,2 @@ -// Copyright 2017 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. - extern crate std as other_std; fn main() {}