Merge pull request #1778 from alexcrichton/disable-peepmatic-macro-tests

Disable tests for the peepmatic-macro crate
This commit is contained in:
Nick Fitzgerald
2020-05-28 08:46:12 -07:00
committed by GitHub

View File

@@ -13,3 +13,5 @@ syn = { version = "1.0.16", features = ['extra-traits'] }
[lib]
proc_macro = true
test = false
doctest = false