diff --git a/Cargo.toml b/Cargo.toml index 5d62acf5..bf199108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/dtolnay/proc-macro2" documentation = "https://docs.rs/proc-macro2" categories = ["development-tools::procedural-macro-helpers"] edition = "2018" +autobenches = false rust-version = "1.31" description = """ A substitute implementation of the compiler's `proc_macro` API to decouple