File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,10 @@ <h2 class="panel-title">
339339 < span class ="label label-default label-applicability "> {{lint.applicability.applicability}}</ span >
340340 < a href ="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint_defs/enum.Applicability.html#variants "> (?)</ a >
341341 </ div >
342- <!-- TODO xFrednet 2021-05-19: Somehow collect and show the version See rust-clippy#6492 -->
342+ <!-- Clippy version -->
343+ < div class ="lint-additional-info-item ">
344+ Clippy version: < span class ="label label-default label-applicability "> {{lint.version}}</ span >
345+ </ div >
343346 <!-- Open related issues -->
344347 < div class ="lint-additional-info-item ">
345348 < a href ="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+{{lint.id}} "> Related Issues</ a >
You can’t perform that action at this time.
0 commit comments