We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3465b25 commit f28b8e8Copy full SHA for f28b8e8
src/attributes.md
@@ -268,8 +268,7 @@ The following is an index of all built-in attributes.
268
- [`must_use`] --- Generates a lint for unused values.
269
- [`diagnostic::on_unimplemented`] --- Hints the compiler to emit a certain error
270
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
+ - [`diagnostic::do_not_recommend`] --- Hints the compiler to not show a certain trait impl in error messages.
273
274
- ABI, linking, symbols, and FFI
275
- [`link`] --- Specifies a native library to link with an `extern` block.
0 commit comments