Skip to content

Commit 732eb9a

Browse files
committed
Auto merge of rust-lang#12399 - Joehoel:patch-1, r=lnicola
typo: missing comma
2 parents c567771 + f872b61 commit 732eb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/manual.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ Most themes doesn't support styling unsafe operations differently yet. You can f
763763
"editor.semanticTokenColorCustomizations": {
764764
"rules": {
765765
"operator.unsafe": "#ff6600",
766-
"function.unsafe": "#ff6600"
766+
"function.unsafe": "#ff6600",
767767
"method.unsafe": "#ff6600"
768768
}
769769
},

0 commit comments

Comments
 (0)