Skip to content

Commit

Permalink
initialization lint notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oslfmt committed Aug 16, 2022
1 parent 7df4eee commit 6af61b8
Show file tree
Hide file tree
Showing 19 changed files with 4,887 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lints/initialization/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[target.aarch64-apple-darwin]
linker = "dylint-link"

[target.x86_64-apple-darwin]
linker = "dylint-link"

[target.x86_64-unknown-linux-gnu]
linker = "dylint-link"

[target.x86_64-pc-windows-msvc]
linker = "dylint-link"
1 change: 1 addition & 0 deletions lints/initialization/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 6af61b8

Please sign in to comment.