diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-12-28 21:50:33 +0100 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-12-28 21:50:33 +0100 |
| commit | 68860989eb0aa7d4dcfcc63257c61f9b5e925d52 (patch) | |
| tree | 26dbc095f180a2abe97f6cfa2e2e694a71884d02 /src/test/rustfix/closure-immutable-outer-variable.fixed | |
| parent | 3cda631ea45bac643ed9e4968f9292b0244a5b82 (diff) | |
| download | rust-68860989eb0aa7d4dcfcc63257c61f9b5e925d52.tar.gz rust-68860989eb0aa7d4dcfcc63257c61f9b5e925d52.zip | |
remove remaining copyright headers
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()>) { |
