Disable tests for the peepmatic-macro crate

I'm not actually sure that it's possible to write `#[test]` in a
`proc-macro` crate. Regardless I don't think it's too too conventional,
so let's disable this for now.

Closes #1775
This commit is contained in:
Alex Crichton
2020-05-28 07:06:52 -07:00
parent fbac2e53f9
commit caada922e8

View File

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