Auto merge of #9023 - unvalley:add-meta-tag-for-lint-list, r=xFrednet

Add description meta tag for lint list

closes #8975

changelog:none
This commit is contained in:
bors 2022-06-20 10:16:08 +00:00
commit 195f2cba45

View File

@ -10,6 +10,7 @@ Otherwise, have a great day =^.^=
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="A collection of lints to catch common mistakes and improve your Rust code.">
<title>Clippy Lints</title>