Skip to content

Commit

Permalink
Turn off proc-macro feature for fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 26, 2023
1 parent 5c05f4b commit 16c2eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
proc-macro2 = { path = ".." }
proc-macro2 = { path = "..", default-features = false }

[[bin]]
name = "parse_token_stream"
Expand Down

0 comments on commit 16c2eda

Please sign in to comment.