mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Update the latest attribute index
This commit is contained in:
parent
fe6fd12b3a
commit
fd408e22eb
3 changed files with 3 additions and 1 deletions
|
@ -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
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue