mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
typo: missing comma
This commit is contained in:
parent
c567771605
commit
f872b61c56
@ -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 New Issue
Block a user