Add initial workspace
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
0f2564ead0
commit
a894c4c413
11 changed files with 1758 additions and 0 deletions
6
lints/dashmap-ref/.cargo/config.toml
Normal file
6
lints/dashmap-ref/.cargo/config.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue