Skip to content

Commit

Permalink
Merge branch 'master' into fix-ambiguous-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts authored Jun 21, 2024
2 parents 90645ef + 907daa2 commit 39ec865
Show file tree
Hide file tree
Showing 12 changed files with 1,142 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
text eol=lf

* text

*.png binary
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D warnings

args: --all-targets --all-features -- -D clippy::style -D clippy::suspicious -D clippy::complexity
miri:
name: Miri
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target
**/*.rs.bk
Cargo.lock
tags
Loading

0 comments on commit 39ec865

Please sign in to comment.