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:
@@ -13,3 +13,5 @@ syn = { version = "1.0.16", features = ['extra-traits'] }
|
||||
|
||||
[lib]
|
||||
proc_macro = true
|
||||
test = false
|
||||
doctest = false
|
||||
|
||||
Reference in New Issue
Block a user