mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
switch to env var for enabling ruma exhaustive types
this is more reliable than rustflags, since if RUST_FLAGS is set, then this setting would be ignored
This commit is contained in:
parent
d0607b6459
commit
0d8a4f4d10
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
[build]
|
[env]
|
||||||
rustflags = ["--cfg=ruma_unstable_exhaustive_types"]
|
RUMA_UNSTABLE_EXHAUSTIVE_TYPES = "1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue