From 0cec1b92c357cef2be97324d0338d7dc8d6062d7 Mon Sep 17 00:00:00 2001 From: Mark Mansi Date: Wed, 22 Aug 2018 16:43:32 -0500 Subject: [PATCH] oops --- src/test/ui/anon-params-denied-2018.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/ui/anon-params-denied-2018.rs b/src/test/ui/anon-params-denied-2018.rs index 064355a6334..5fc6d3f0c52 100644 --- a/src/test/ui/anon-params-denied-2018.rs +++ b/src/test/ui/anon-params-denied-2018.rs @@ -1,5 +1,3 @@ -// Test that anonymous parameters are disallowed in 2018 edition. - // 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. -- GitLab