Skip to content

Commit 0ca853a

Browse files
committed
add lint
1 parent 0c2a46f commit 0ca853a

File tree

9 files changed

+1388
-1
lines changed

9 files changed

+1388
-1
lines changed

.cargo/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[target.'cfg(all())']
2+
rustflags = ["-C", "linker=dylint-link"]
3+
4+
# For Rust versions 1.74.0 and onward, the following alternative can be used
5+
# (see https://github.com/rust-lang/cargo/pull/12535):
6+
# linker = "dylint-link"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)