mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
Updated version label and style on Clippy's lint list
This commit is contained in:
parent
9d9d06d557
commit
d68408f4ad
1 changed files with 7 additions and 1 deletions
|
@ -118,6 +118,12 @@ Otherwise, have a great day =^.^=
|
||||||
background-color: #777777;
|
background-color: #777777;
|
||||||
margin: auto 5px;
|
margin: auto 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label-version {
|
||||||
|
background-color: #777777;
|
||||||
|
margin: auto 5px;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
/* Expanding the mdBoom theme*/
|
/* Expanding the mdBoom theme*/
|
||||||
|
@ -341,7 +347,7 @@ Otherwise, have a great day =^.^=
|
||||||
</div>
|
</div>
|
||||||
<!-- Clippy version -->
|
<!-- Clippy version -->
|
||||||
<div class="lint-additional-info-item">
|
<div class="lint-additional-info-item">
|
||||||
Rust version: <span class="label label-default label-applicability">{{lint.version}}</span>
|
Added in: <span class="label label-default label-version">{{lint.version}}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- Open related issues -->
|
<!-- Open related issues -->
|
||||||
<div class="lint-additional-info-item">
|
<div class="lint-additional-info-item">
|
||||||
|
|
Loading…
Add table
Reference in a new issue