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
Related Issues
View Source

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?