We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ad5a2 commit 17b7478Copy full SHA for 17b7478
util/gh-pages/index.html
@@ -336,7 +336,7 @@ <h2 class="panel-title">
336
</h2>
337
</header>
338
339
- <ul class="list-group lint-docs" ng-class="{collapse: true, in: open[lint.id]}">
+ <div class="list-group lint-docs" ng-class="{collapse: true, in: open[lint.id]}">
340
<div class="list-group-item lint-doc-md" ng-bind-html="lint.docs | markdown"></div>
341
<div class="lint-additional-info-container">
342
<!-- Applicability -->
@@ -359,7 +359,7 @@ <h2 class="panel-title">
359
<a href="https://github.com/rust-lang/rust-clippy/blob/{{docVersion}}/clippy_lints/{{lint.id_span.path}}#L{{lint.id_span.line}}">View Source</a>
360
</div>
361
362
- </ul>
+ </div>
363
</article>
364
365
0 commit comments