Update the latest attribute index

This commit is contained in:
Folyd 2020-08-28 09:58:44 +08:00
parent fe6fd12b3a
commit fd408e22eb
3 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,7 @@ weight = 3
- New commands:
- `:mirror`: show all rust mirror websites
- Improve error code regex
- Update the latest attribute index
# v0.10 - 2020-06-04

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,5 @@
// https://doc.rust-lang.org/reference/attributes.html
// https://doc.rust-lang.org/nightly/reference/attributes.html
const attributeMap = {
doc: [
"- Specifies documentation.",