Skip to content

Commit 16c2eda

Browse files
committed
Turn off proc-macro feature for fuzzer
1 parent 5c05f4b commit 16c2eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cargo-fuzz = true
1010

1111
[dependencies]
1212
libfuzzer-sys = "0.4"
13-
proc-macro2 = { path = ".." }
13+
proc-macro2 = { path = "..", default-features = false }
1414

1515
[[bin]]
1616
name = "parse_token_stream"

0 commit comments

Comments
 (0)