Skip to content

Commit 5b2b828

Browse files
authored
Merge pull request #1676 from ehuss/fix-missing-emdash
Fix some missing emdashes
2 parents d661ff9 + fe99b15 commit 5b2b828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/attributes.md

+2-2
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)