Add description meta tag for lint list

This commit is contained in:
unvalley 2022-06-20 00:19:08 +09:00
parent e933bb6bc3
commit 4e7ed42867

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>