We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a6d8d commit c7256e7Copy full SHA for c7256e7
src/diagnostics/diagnostic-structs.md
@@ -82,7 +82,7 @@ these attributes can also take a value that is the attribute name to look for
82
83
Other types have special behavior when used in a `Diagnostic` derive:
84
85
-- Any attribute applied to an `Option<T>` and will only emit a
+- Any attribute applied to an `Option<T>` will only emit a
86
subdiagnostic if the option is `Some(..)`.
87
- Any attribute applied to a `Vec<T>` will be repeated for each element of the
88
vector.
0 commit comments