Skip to content

Commit

Permalink
Merge pull request #50 from xnuk/patch-1
Browse files Browse the repository at this point in the history
Fix broken link in the doc
  • Loading branch information
Lymia authored Jul 12, 2024
2 parents 91c5608 + 78ddecc commit cf73f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enumset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ pub use crate::traits::{EnumSetType, EnumSetTypeWithRepr};
///
/// * `#[enumset(serialize_repr = "…")]` may be used to override the way the `EnumSet` is
/// serialized. Valid options are `u8`, `u16`, `u32`, `u64`, `list`, `map` and `array`. For more
/// information, see the ["Serialization" section of the `EnumSet` documentation]
/// (EnumSet#serialization).
/// information, see the
/// ["Serialization" section of the `EnumSet` documentation](EnumSet#serialization).
/// * `#[enumset(serialize_deny_unknown)]` causes the generated deserializer to return an error
/// for unknown bits instead of silently ignoring them.
///
Expand Down

0 comments on commit cf73f3f

Please sign in to comment.