We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9d06d commit d68408fCopy full SHA for d68408f
util/gh-pages/index.html
@@ -118,6 +118,12 @@
118
background-color: #777777;
119
margin: auto 5px;
120
}
121
+
122
+ .label-version {
123
+ background-color: #777777;
124
+ margin: auto 5px;
125
+ font-family: monospace;
126
+ }
127
</style>
128
<style>
129
/* Expanding the mdBoom theme*/
@@ -341,7 +347,7 @@ <h2 class="panel-title">
341
347
</div>
342
348
<!-- Clippy version -->
343
349
<div class="lint-additional-info-item">
344
- Rust version: <span class="label label-default label-applicability">{{lint.version}}</span>
350
+ Added in: <span class="label label-default label-version">{{lint.version}}</span>
345
351
346
352
<!-- Open related issues -->
353
0 commit comments