Skip to content

Commit cecccb4

Browse files
committed
Finish a cutoff sentence
1 parent 6e9038b commit cecccb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3366-diagnostic-attribute-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Adding a new attribute or option to the `#[diagnostic]` namespace is a decision
114114

115115
## The `#[diagnostic::on_unimplemented]` attribute
116116

117-
This section describes the syntax of the `on_unimplemented` attribute and additionally how it is supposed to work. The specification of this attribute is partially provided as example and motivation for the `#[diagnostic]` attribute namespace. In addition it is provided to give this RFC a
117+
This section describes the syntax of the `on_unimplemented` attribute and additionally how it is supposed to work. The specification of this attribute is partially provided as example and motivation for the `#[diagnostic]` attribute namespace. In addition it is provided to give this RFC a concrete use, such that we not only define an empty attribute namespace.
118118

119119
```rust
120120
#[diagnostic::on_unimplemented(

0 commit comments

Comments
 (0)