From 837b550238aa671a591ccf282dddeab29cadb206 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 04:49:42 +0200 Subject: Merging upstream version 1.71.1+dfsg1. Signed-off-by: Daniel Baumann --- tests/rustdoc-ui/unused-braces-lint.rs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/rustdoc-ui/unused-braces-lint.rs (limited to 'tests/rustdoc-ui/unused-braces-lint.rs') diff --git a/tests/rustdoc-ui/unused-braces-lint.rs b/tests/rustdoc-ui/unused-braces-lint.rs deleted file mode 100644 index be0e31e4b..000000000 --- a/tests/rustdoc-ui/unused-braces-lint.rs +++ /dev/null @@ -1,14 +0,0 @@ -// check-pass - -// This tests the bug in #70814, where the unused_braces lint triggered on the following code -// without providing a span. - -#![deny(unused_braces)] - -fn main() { - { - { - use std; - } - } -} -- cgit v1.2.3