We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fd637c + 844bb51 commit 4c8754bCopy full SHA for 4c8754b
rust-mode.el
@@ -1292,7 +1292,7 @@ whichever comes first."
1292
(defvar rust-imenu-generic-expression
1293
(append (mapcar #'(lambda (x)
1294
(list (capitalize x) (rust-re-item-def-imenu x) 1))
1295
- '("enum" "struct" "union" "type" "mod" "fn" "trait" "impl"))
+ '("async fn" "enum" "struct" "union" "type" "mod" "fn" "trait" "impl"))
1296
`(("Macro" ,(rust-re-item-def-imenu "macro_rules!") 1)))
1297
"Value for `imenu-generic-expression' in Rust mode.
1298
0 commit comments