We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27985c7 commit f86fe29Copy full SHA for f86fe29
src/doc/rustc-dev-guide/src/diagnostics.md
@@ -156,6 +156,8 @@ use an error-level lint instead of a fixed error.
156
compiler messages are an important learning tool.
157
- When talking about the compiler, call it `the compiler`, not `Rust` or
158
`rustc`.
159
+- Use the [Oxford comma](https://en.wikipedia.org/wiki/Serial_comma) when
160
+ writing lists of items.
161
162
### Lint naming
163
0 commit comments