Skip to content

Commit

Permalink
docs: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Jan 22, 2025
1 parent 636232c commit d31cc95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bitflags-attr-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ mod typed;
///
/// The attribute requires that the [`Clone`] and [`Copy`] traits are derived for the type.
///
/// [`Clone`]: ::core::clone::Clone
/// [`Copy`]: ::core::marker::Copy
///
/// ## Examples
///
/// Generate a flags type using `u8` as the bits type:
Expand Down Expand Up @@ -166,6 +169,9 @@ mod typed;
/// The custom [`Default`] implementation will only be generated if it is included in the
/// `#[derive(...)]` parameters.
///
/// [`IntoIterator`]: core::iter::IntoIterator
/// [`Default`]: core::default::Default
///
/// ### Default derive
///
/// The `bitflag` macro handles the [`Default`] if specified in the derive list. Without specifying
Expand Down

0 comments on commit d31cc95

Please sign in to comment.