X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustfix%2Fclosure-immutable-outer-variable.fixed;h=05bbc13d714fac81c2f05c131a0a0dd1d7b0cb75;hb=f19bec89d784dfa8b5a372b4cefeb83c5196a3ef;hp=bddc2eab16dd86467e346bb5a5a4ad4ece9e1162;hpb=0cd465087d800f6e1183ed3e8a71262039245902;p=rust.git diff --git a/src/test/rustfix/closure-immutable-outer-variable.fixed b/src/test/rustfix/closure-immutable-outer-variable.fixed index bddc2eab16d..05bbc13d714 100644 --- a/src/test/rustfix/closure-immutable-outer-variable.fixed +++ b/src/test/rustfix/closure-immutable-outer-variable.fixed @@ -1,13 +1,3 @@ -// 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. - // Point at the captured immutable outer variable fn foo(mut f: Box) {