mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +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": [
|
"scope": [
|
||||||
"entity.name.constant"
|
"entity.name.constant"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": "keyword.unsafe",
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unsafe"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue