Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken IdentFragment link in format_ident doc
warning: unresolved link to `IdentFragment` --> src/format.rs:13:16 | 13 | /// * `{}` ⇒ [`IdentFragment`] | ^^^^^^^^^^^^^ no item named `IdentFragment` in scope | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `IdentFragment` --> src/format.rs:25:45 | 25 | /// Unlike `format!`, this macro uses the [`IdentFragment`] formatting trait by | ^^^^^^^^^^^^^ no item named `IdentFragment` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
- Loading branch information