From 36737e42d68ada78e9f8516d6c7f7ad1d3ecfb22 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 24 Apr 2022 15:59:25 -0700 Subject: [PATCH] Ignore unused ignore attribute warning in some configurations --- tests/compiletest.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/compiletest.rs b/tests/compiletest.rs index 9169db8e..cd58514f 100644 --- a/tests/compiletest.rs +++ b/tests/compiletest.rs @@ -1,3 +1,4 @@ +#[allow(unused_attributes)] #[rustversion::attr(not(nightly), ignore)] #[cfg_attr(skip_ui_tests, ignore)] #[cfg_attr(miri, ignore)]