diff options
| author | bors <bors@rust-lang.org> | 2022-05-26 18:15:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-26 18:15:54 +0000 |
| commit | 732eb9a16799ea04331d99d4f9040d58e70edda7 (patch) | |
| tree | e38f4b3a0a4ea25db86cb654e901964b3c54c20d /docs | |
| parent | c567771605631c786af8b3d21204abad857e04ac (diff) | |
| parent | f872b61c5680d646541c05a223cd76db38bbde37 (diff) | |
Auto merge of #12399 - Joehoel:patch-1, r=lnicola
typo: missing comma
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index e8520c66f49..c1496998ea7 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -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" } }, |
