Skip to content

Commit

Permalink
Rerun cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Dec 8, 2024
1 parent 1e86f04 commit 5465d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enumset/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ macro_rules! enum_set_intersection {
/// # use enumset::*;
/// #[derive(EnumSetType, Debug)]
/// enum Enum { A, B, C, D }
///
///
/// const SET: EnumSet<Enum> = enum_set!(Enum::B | Enum::C);
/// const CONST_SET: EnumSet<Enum> = enum_set_complement!(SET);
/// assert_eq!(CONST_SET, Enum::A | Enum::D);
Expand Down

0 comments on commit 5465d31

Please sign in to comment.