Skip to content

Commit

Permalink
Merge pull request #1676 from ehuss/fix-missing-emdash
Browse files Browse the repository at this point in the history
Fix some missing emdashes
  • Loading branch information
traviscross authored Nov 19, 2024
2 parents d661ff9 + fe99b15 commit 5b2b828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ The following is an index of all built-in attributes.
- [`cold`] --- Hint that a function is unlikely to be called.
- [`no_builtins`] --- Disables use of certain built-in functions.
- [`target_feature`] --- Configure platform-specific code generation.
- [`track_caller`] - Pass the parent call location to `std::panic::Location::caller()`.
- [`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

- Documentation
- `doc` --- Specifies documentation. See [The Rustdoc Book] for more
Expand Down

0 comments on commit 5b2b828

Please sign in to comment.