diff --git a/master/index.html b/master/index.html index d9ae0cf7ff34..1feba8c48d6e 100644 --- a/master/index.html +++ b/master/index.html @@ -1650,7 +1650,7 @@
It identifies calls to .is_empty()
on constant values.
String literals and constant values are known at compile time. Checking if they @@ -5595,7 +5595,7 @@
Checks for getting the length of something via .len()
just to compare to zero, and suggests using .is_empty()
where applicable.
Checks for let
-bindings, which are subsequently
returned.