diff options
| author | bors <bors@rust-lang.org> | 2019-01-01 06:34:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-01-01 06:34:11 +0000 |
| commit | 0432798fdb4437119b3704cd891b412ba30e5c83 (patch) | |
| tree | fc2128ca081305991d4744c252f45d7d0c352078 /src/test/rustfix/closure-immutable-outer-variable.fixed | |
| parent | d8371c61e65a9287f89730956166aa20765c78c0 (diff) | |
| parent | 8d727b267d0fe65dec6eacec69e00b29271a9308 (diff) | |
| download | rust-0432798fdb4437119b3704cd891b412ba30e5c83.tar.gz rust-0432798fdb4437119b3704cd891b412ba30e5c83.zip | |
Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril
remove more copyright headers r? @Mark-Simulacrum
Diffstat (limited to 'src/test/rustfix/closure-immutable-outer-variable.fixed')
| -rw-r--r-- | src/test/rustfix/closure-immutable-outer-variable.fixed | 10 |
1 files changed, 0 insertions, 10 deletions
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 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, 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<FnMut()>) { |
