Files
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

3 lines
43 B
TOML

[env]
RUMA_UNSTABLE_EXHAUSTIVE_TYPES = "1"