Skip to content

Commit fe99b15

Browse files
committed
Fix some missing emdashes
These list entries were missing an emdash like the rest of the entries.
1 parent 41ccb0e commit fe99b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ The following is an index of all built-in attributes.
293293
- [`cold`] --- Hint that a function is unlikely to be called.
294294
- [`no_builtins`] --- Disables use of certain built-in functions.
295295
- [`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
298298

299299
- Documentation
300300
- `doc` --- Specifies documentation. See [The Rustdoc Book] for more

0 commit comments

Comments
 (0)