Skip to content

Commit 224b6c5

Browse files
committed
Use em-dash separator
1 parent bb16609 commit 224b6c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/attributes/debugger.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ The attribute uses the [_MetaListIdents_] syntax to specify its inputs, and can
150150
macro definitions.
151151

152152
Accepted options:
153-
- `#[collapse_debuginfo(yes)]` - code locations in debuginfo are collapsed.
154-
- `#[collapse_debuginfo(no)]` - code locations in debuginfo are not collapsed.
155-
- `#[collapse_debuginfo(external)]` - code locations in debuginfo are collapsed only if the macro
153+
- `#[collapse_debuginfo(yes)]` code locations in debuginfo are collapsed.
154+
- `#[collapse_debuginfo(no)]` code locations in debuginfo are not collapsed.
155+
- `#[collapse_debuginfo(external)]` code locations in debuginfo are collapsed only if the macro
156156
comes from a different crate.
157157

158158
The `external` behavior is the default for macros that don't have this attribute, unless they are

0 commit comments

Comments
 (0)