mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Merge #3352
3352: Map unsafe keyword r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
a94e96720d
1 changed files with 6 additions and 0 deletions
|
@ -421,6 +421,12 @@
|
|||
"scope": [
|
||||
"entity.name.constant"
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "keyword.unsafe",
|
||||
"scope": [
|
||||
"keyword.other.unsafe"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue