Skip to content

Commit de23eef

Browse files
committed
initialization lint notes
1 parent 7df4eee commit de23eef

File tree

19 files changed

+4886
-0
lines changed

19 files changed

+4886
-0
lines changed

Diff for: lints/initialization/.cargo/config.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[target.aarch64-apple-darwin]
2+
linker = "dylint-link"
3+
4+
[target.x86_64-apple-darwin]
5+
linker = "dylint-link"
6+
7+
[target.x86_64-unknown-linux-gnu]
8+
linker = "dylint-link"
9+
10+
[target.x86_64-pc-windows-msvc]
11+
linker = "dylint-link"

Diff for: lints/initialization/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)