File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,8 @@ The following is an index of all built-in attributes.
293
293
- [ ` cold ` ] --- Hint that a function is unlikely to be called.
294
294
- [ ` no_builtins ` ] --- Disables use of certain built-in functions.
295
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
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
298
298
299
299
- Documentation
300
300
- ` doc ` --- Specifies documentation. See [ The Rustdoc Book] for more
You can’t perform that action at this time.
0 commit comments