mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
typo: missing comma
This commit is contained in:
parent
c567771605
commit
f872b61c56
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ Most themes doesn't support styling unsafe operations differently yet. You can f
|
|||
"editor.semanticTokenColorCustomizations": {
|
||||
"rules": {
|
||||
"operator.unsafe": "#ff6600",
|
||||
"function.unsafe": "#ff6600"
|
||||
"function.unsafe": "#ff6600",
|
||||
"method.unsafe": "#ff6600"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue