mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 20:53:21 +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;
|
||||
margin: auto 5px;
|
||||
}
|
||||
|
||||
.label-version {
|
||||
background-color: #777777;
|
||||
margin: auto 5px;
|
||||
font-family: monospace;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
/* Expanding the mdBoom theme*/
|
||||
|
@ -341,7 +347,7 @@ Otherwise, have a great day =^.^=
|
|||
</div>
|
||||
<!-- Clippy version -->
|
||||
<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>
|
||||
<!-- Open related issues -->
|
||||
<div class="lint-additional-info-item">
|
||||
|
|
Loading…
Reference in a new issue