From d833d9e622b94cb3df26d1f05bf5870fae335232 Mon Sep 17 00:00:00 2001 From: GHA CI Date: Sat, 14 Dec 2024 20:01:05 +0000 Subject: [PATCH] Automatic deploy to GitHub Pages: 62407104fbdfe6b5642c56c97b6c3693ca8a1207 --- master/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/index.html b/master/index.html index e15356859d26..b5492d814d3b 100644 --- a/master/index.html +++ b/master/index.html @@ -8891,7 +8891,7 @@

Example

let x = Some(3);
 x.as_ref();
 
-
Applicability: MachineApplicable(?)
Added in: 1.62.0

What it does

+
Applicability: Unspecified(?)
Added in: 1.62.0

What it does

The lint checks for parenthesis on literals in range statements that are superfluous.

Why is this bad?