Skip to content

Commit 260085b

Browse files
committed
implement lint-6 v2 to handle constraints not in #[account] macro
1 parent ecc47d1 commit 260085b

File tree

15 files changed

+3505
-0
lines changed

15 files changed

+3505
-0
lines changed
Lines changed: 11 additions & 0 deletions
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"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)