Skip to content

Commit

Permalink
Merge pull request #98 from dtolnay/permutations
Browse files Browse the repository at this point in the history
Add precedence permutations test
  • Loading branch information
dtolnay authored Jan 12, 2025
2 parents 8ac4fd3 + 7860998 commit d6296ce
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ syn = { version = "2.0.96", default-features = false, features = ["full"] }
indoc = "2"
proc-macro2 = { version = "1.0.80", default-features = false }
quote = { version = "1.0.35", default-features = false }
syn = { version = "2.0.96", default-features = false, features = ["parsing"] }
syn = { version = "2.0.96", default-features = false, features = ["clone-impls", "extra-traits", "parsing", "printing", "visit-mut"] }

[lib]
doc-scrape-examples = false
Expand Down
Loading

0 comments on commit d6296ce

Please sign in to comment.