Use em-dash separator

This commit is contained in:
Eric Huss 2024-02-14 10:16:40 -08:00
parent bb166095d1
commit 224b6c5306
1 changed files with 3 additions and 3 deletions

View File

@ -150,9 +150,9 @@ The attribute uses the [_MetaListIdents_] syntax to specify its inputs, and can
macro definitions.
Accepted options:
- `#[collapse_debuginfo(yes)]` - code locations in debuginfo are collapsed.
- `#[collapse_debuginfo(no)]` - code locations in debuginfo are not collapsed.
- `#[collapse_debuginfo(external)]` - code locations in debuginfo are collapsed only if the macro
- `#[collapse_debuginfo(yes)]` code locations in debuginfo are collapsed.
- `#[collapse_debuginfo(no)]` code locations in debuginfo are not collapsed.
- `#[collapse_debuginfo(external)]` code locations in debuginfo are collapsed only if the macro
comes from a different crate.
The `external` behavior is the default for macros that don't have this attribute, unless they are