1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00
conduit/.cargo/config.toml
Matthias Ahouansou 0d8a4f4d10
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
2025-03-15 00:31:47 +00:00

2 lines
43 B
TOML

[env]
RUMA_UNSTABLE_EXHAUSTIVE_TYPES = "1"