Link the `used` attribute.

This commit is contained in:
Eric Huss 2021-01-12 17:29:14 -08:00
parent db80548bb0
commit e773318a83
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ symbol name mangling. The symbol for the item will be the identifier of the
item's name.
Additionally, the item will be publicly exported from the produced library or
object file, similar to `#[used]`.
object file, similar to the [`used` attribute](#the-used-attribute).
## The `link_section` attribute