Skip to content

Commit f28b8e8

Browse files
committed
Add missing period and do not wrap
1 parent 3465b25 commit f28b8e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/attributes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,7 @@ The following is an index of all built-in attributes.
268268
- [`must_use`] --- Generates a lint for unused values.
269269
- [`diagnostic::on_unimplemented`] --- Hints the compiler to emit a certain error
270270
message if a trait is not implemented.
271-
- [`diagnostic::do_not_recommend`] --- Hints the compiler to not show a certain trait
272-
impl in error messages
271+
- [`diagnostic::do_not_recommend`] --- Hints the compiler to not show a certain trait impl in error messages.
273272

274273
- ABI, linking, symbols, and FFI
275274
- [`link`] --- Specifies a native library to link with an `extern` block.

0 commit comments

Comments
 (0)