X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustfix%2Fmissing-comma-in-match.fixed;h=d4696ab9547a6a22828a92baed4bc36a381fc83f;hb=c6146b2370d0952a0f48f715928625ab4382d5d1;hp=621a4127bc2932d30988f8edb1a6be24f11b838e;hpb=08b1d83a46848dd7bd778aeae67a1e529e95d8cd;p=rust.git diff --git a/src/test/rustfix/missing-comma-in-match.fixed b/src/test/rustfix/missing-comma-in-match.fixed index 621a4127bc2..d4696ab9547 100644 --- a/src/test/rustfix/missing-comma-in-match.fixed +++ b/src/test/rustfix/missing-comma-in-match.fixed @@ -1,13 +1,3 @@ -// Copyright 2018 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. - fn main() { match &Some(3) { &None => 1,