Skip to content

Commit

Permalink
Fix missing link.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed Nov 24, 2024
1 parent da38826 commit b881732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parse-display/src/display.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Helper attributes can be written in the following positions.
| [`#[display("...")]`](#display) || |||||
| [`#[display(style = "...")]`](#displaystyle--) || | ||| |
| [`#[display(with = ...)]`](#displaywith---from_strwith--) ||| | | ||
| [`#[display(bound(...))]`](displaybound-from_strbound) |||||||
| [`#[display(bound(...))]`](#displaybound-from_strbound) |||||||
| [`#[display(crate = ...)]`](#displaycrate--) || ||| | |
| [`#[display(dump)]`](#displaydump-from_strdump) ||||| | |
| [`#[from_str(regex = "...")]`](#from_strregex--) | ||||||
Expand Down
2 changes: 1 addition & 1 deletion parse-display/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub use from_str_regex::FromStrRegex;
/// | [`#[display("...")]`](#display) | ✔ | | ✔ | ✔ | ✔ | ✔ |
/// | [`#[display(style = "...")]`](#displaystyle--) | ✔ | | | ✔ | ✔ | |
/// | [`#[display(with = ...)]`](#displaywith---from_strwith--) | ✔ | ✔ | | | | ✔ |
/// | [`#[display(bound(...))]`](displaybound-from_strbound) | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
/// | [`#[display(bound(...))]`](#displaybound-from_strbound) | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
/// | [`#[display(crate = ...)]`](#displaycrate--) | ✔ | | ✔ | ✔ | | |
/// | [`#[display(dump)]`](#displaydump-from_strdump) | ✔ | ✔ | ✔ | ✔ | | |
/// | [`#[from_str(regex = "...")]`](#from_strregex--) | | ✔ | ✔ | ✔ | ✔ | ✔ |
Expand Down

0 comments on commit b881732

Please sign in to comment.