@@ -151,8 +151,8 @@ <h1>Clippy Lints <span id="lint-count" class="badge"></span></h1> {# #}
151151 < label for ="label-{{lint.id}} "> {# #}
152152 < h2 class ="lint-title "> {# #}
153153 < 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 > {#+ #}
156156 < a href ="" class ="copy-to-clipboard anchor label label-default "> {# #}
157157 📋 {# #}
158158 </ a > {# #}
@@ -170,24 +170,24 @@ <h2 class="lint-title"> {# #}
170170 < div class ="list-group-item lint-doc-md "> {{Self::markdown(lint.docs)}}</ div > {# #}
171171 < div class ="lint-additional-info-container ">
172172 {# Applicability #}
173- < div class =" lint-additional-info-item " > {# #}
174- < span > Applicability: </ span > {# #}
173+ < div > {# #}
174+ Applicability: {#+ #}
175175 < span class ="label label-default label-applicability "> {{ lint.applicability_str() }}</ span > {# #}
176176 < a href ="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint_defs/enum.Applicability.html#variants "> (?)</ a > {# #}
177177 </ div >
178178 {# 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: {#+ #}
181181 < span class ="label label-default label-version "> {{lint.version}}</ span > {# #}
182182 </ div >
183183 {# Open related issues #}
184- < div class =" lint-additional-info-item " > {# #}
184+ < div > {# #}
185185 < a href ="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+{{lint.id}} "> Related Issues</ a > {# #}
186186 </ div >
187187
188188 {# Jump to source #}
189189 {% if let Some(id_location) = lint.id_location %}
190- < div class =" lint-additional-info-item " > {# #}
190+ < div > {# #}
191191 < a href ="https://github.com/rust-lang/rust-clippy/blob/master/{{id_location}} "> View Source</ a > {# #}
192192 </ div >
193193 {% endif %}
0 commit comments