Skip to content

Commit

Permalink
moved to syn::Parse for input parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
TRI99ERED committed Feb 14, 2024
1 parent 68740a2 commit bf69bf8
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 167 deletions.
2 changes: 1 addition & 1 deletion tests/varflags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::error::Error;
use varflags::varflags;

// Required attributes (added manually by user).
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
#[derive(Copy, PartialEq, Eq, Debug)]
#[varflags]
enum TestInput {
// Representation of the unspecified bits will be calculated
Expand Down
Loading

0 comments on commit bf69bf8

Please sign in to comment.