Skip to content

Commit 7818896

Browse files
Robert Macomberbrotzeit
authored andcommitted
Use lsp-get instead of gethash per advice
1 parent 32c4d1d commit 7818896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-rust.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ meaning."
13481348
(mapcar
13491349
(lambda (label)
13501350
(when (lsp-structure-p label)
1351-
(gethash "value" label "")))
1351+
(lsp-get label :value)))
13521352
label)))
13531353
(string
13541354
label)

0 commit comments

Comments
 (0)