Skip to content
Merged

typo #1617

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/diagnostics/diagnostic-structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ these attributes can also take a value that is the attribute name to look for

Other types have special behavior when used in a `Diagnostic` derive:

- Any attribute applied to an `Option<T>` and will only emit a
- Any attribute applied to an `Option<T>` will only emit a
subdiagnostic if the option is `Some(..)`.
- Any attribute applied to a `Vec<T>` will be repeated for each element of the
vector.
Expand Down