Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit f879c9c

Browse files
committed
Work around rental lint
From rust-lang/rust#84428 looks like it will be fixed soon.
1 parent 6d831d7 commit f879c9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
# TODO stop using rental
3+
rustflags = ["-Aproc_macro_back_compat"]

0 commit comments

Comments
 (0)