Use scopeguard instead of trying to thing of every possible problem
... | ... | @@ -16,6 +16,7 @@ proc-macro = true |
syn = {version = "1.0.16", features = ["full", "extra-traits"]} | ||
quote = "1.0.2" | ||
proc-macro2 = "1.0.9" | ||
scopeguard = "1.1.0" | ||
[dev-dependencies] | ||
log = "0.4.8" | ||
... | ... |
Please register or sign in to comment