Remove redundant lib name from yaserde_derive/Cargo.toml

This commit is contained in:
Jonas Platte
2020-12-02 15:48:10 +01:00
parent 15576efeb3
commit c98845fc42

View File

@@ -18,7 +18,6 @@ proc-macro2 = "~1.0"
quote = "~1.0"
[lib]
name = "yaserde_derive"
proc-macro = true
[badges]