{# #} {# #} {# #} {# #} {# #} Clippy Lints {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #}
{# #}

Clippy Lints Total number: {{+ count }}

{# #} {# #} {% for lint in lints %}
{# #} {# #} {# #}
{# #}
{{Self::markdown(lint.docs)}}
{# #}
{# Applicability #}
{# #} Applicability: {#+ #} {{ lint.applicability_str() }} {# #} (?) {# #}
{# Clippy version #}
{# #} {% if lint.group == "deprecated" %}Deprecated{% else %} Added{% endif +%} in: {#+ #} {{lint.version}} {# #}
{# Open related issues #} Related Issues {# Jump to source #} {% if let Some(id_location) = lint.id_location %} View Source {% endif %}
{# #}
{# #}
{% endfor %}
{# #} {# #} {# #} {# #} {# #} {# #}