We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d661ff9 + fe99b15 commit 5b2b828Copy full SHA for 5b2b828
src/attributes.md
@@ -293,8 +293,8 @@ The following is an index of all built-in attributes.
293
- [`cold`] --- Hint that a function is unlikely to be called.
294
- [`no_builtins`] --- Disables use of certain built-in functions.
295
- [`target_feature`] --- Configure platform-specific code generation.
296
- - [`track_caller`] - Pass the parent call location to `std::panic::Location::caller()`.
297
- - [`instruction_set`] - Specify the instruction set used to generate a functions code
+ - [`track_caller`] --- Pass the parent call location to `std::panic::Location::caller()`.
+ - [`instruction_set`] --- Specify the instruction set used to generate a functions code
298
299
- Documentation
300
- `doc` --- Specifies documentation. See [The Rustdoc Book] for more
0 commit comments