dylint-various/lints/dashmap-ref/.cargo/config.toml
Marcel Müller a894c4c413 Add initial workspace
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-03-04 11:40:38 +01:00

6 lines
221 B
TOML

[target.'cfg(all())']
rustflags = ["-C", "linker=dylint-link"]
# For Rust versions 1.74.0 and onward, the following alternative can be used
# (see https://github.com/rust-lang/cargo/pull/12535):
# linker = "dylint-link"