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.
2 parents 6237023 + bc2849e commit 6fd22e1Copy full SHA for 6fd22e1
src/attributes.md
@@ -298,7 +298,7 @@ The following is an index of all built-in attributes.
298
- [`no_builtins`] --- Disables use of certain built-in functions.
299
- [`target_feature`] --- Configure platform-specific code generation.
300
- [`track_caller`] --- Pass the parent call location to `std::panic::Location::caller()`.
301
- - [`instruction_set`] --- Specify the instruction set used to generate a functions code
+ - [`instruction_set`] --- Specify the instruction set used to generate a function's code.
302
303
- Documentation
304
- `doc` --- Specifies documentation. See [The Rustdoc Book] for more
0 commit comments