@@ -151,8 +151,8 @@ <h1>Clippy Lints <span id="lint-count" class="badge"></span></h1> {# #}
151
151
< label for ="label-{{lint.id}} "> {# #}
152
152
< h2 class ="lint-title "> {# #}
153
153
< div class ="panel-title-name " id ="lint-{{lint.id}} "> {# #}
154
- < span > {{lint.id}} </ span > {#+ # }
155
- < a href ="#{{lint.id}} " class ="lint-anchor anchor label label-default "> ¶</ a > {#+ #}
154
+ {{lint.id +} }
155
+ < a href ="#{{lint.id}} " class ="anchor label label-default "> ¶</ a > {#+ #}
156
156
< a href ="" class ="copy-to-clipboard anchor label label-default "> {# #}
157
157
📋 {# #}
158
158
</ a > {# #}
@@ -170,24 +170,24 @@ <h2 class="lint-title"> {# #}
170
170
< div class ="list-group-item lint-doc-md "> {{Self::markdown(lint.docs)}}</ div > {# #}
171
171
< div class ="lint-additional-info-container ">
172
172
{# Applicability #}
173
- < div class =" lint-additional-info-item " > {# #}
174
- < span > Applicability: </ span > {# #}
173
+ < div > {# #}
174
+ Applicability: {#+ #}
175
175
< span class ="label label-default label-applicability "> {{ lint.applicability_str() }}</ span > {# #}
176
176
< a href ="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint_defs/enum.Applicability.html#variants "> (?)</ a > {# #}
177
177
</ div >
178
178
{# Clippy version #}
179
- < div class =" lint-additional-info-item " > {# #}
180
- < span > {% if lint.group == "deprecated" %}Deprecated{% else %} Added{% endif +%} in: </ span > {# #}
179
+ < div > {# #}
180
+ {% if lint.group == "deprecated" %}Deprecated{% else %} Added{% endif +%} in: {#+ #}
181
181
< span class ="label label-default label-version "> {{lint.version}}</ span > {# #}
182
182
</ div >
183
183
{# Open related issues #}
184
- < div class =" lint-additional-info-item " > {# #}
184
+ < div > {# #}
185
185
< a href ="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+{{lint.id}} "> Related Issues</ a > {# #}
186
186
</ div >
187
187
188
188
{# Jump to source #}
189
189
{% if let Some(id_location) = lint.id_location %}
190
- < div class =" lint-additional-info-item " > {# #}
190
+ < div > {# #}
191
191
< a href ="https://github.com/rust-lang/rust-clippy/blob/master/{{id_location}} "> View Source</ a > {# #}
192
192
</ div >
193
193
{% endif %}
0 commit comments