diff options
| author | unvalley <kirohi.code@gmail.com> | 2022-06-20 00:19:08 +0900 |
|---|---|---|
| committer | unvalley <kirohi.code@gmail.com> | 2022-06-20 00:19:08 +0900 |
| commit | 4e7ed42867cc2b01ddddce867245d688bf4d14f2 (patch) | |
| tree | e1a6d5de038f7a3790ea7456363447d45f4475f8 | |
| parent | e933bb6bc3d7e15cbdbcbc44f7e94c2bde53c450 (diff) | |
| download | rust-4e7ed42867cc2b01ddddce867245d688bf4d14f2.tar.gz rust-4e7ed42867cc2b01ddddce867245d688bf4d14f2.zip | |
Add description meta tag for lint list
| -rw-r--r-- | util/gh-pages/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/gh-pages/index.html b/util/gh-pages/index.html index 4999cce7511..6183089911b 100644 --- a/util/gh-pages/index.html +++ b/util/gh-pages/index.html @@ -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> |
