Skip to content

Commit

Permalink
Merge branch 'release/0.4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Mar 6, 2022
2 parents 34c3f43 + bf4fdec commit 99ebdc8
Show file tree
Hide file tree
Showing 35 changed files with 492 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Adding component
run: rustup component add rustfmt
- name: Checking code format
run: cargo fmt -- --check
run: cargo fmt -- --check --config use_try_shorthand=true,imports_granularity=Crate

code_check:
needs: pre_job
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ repos:
pass_filenames: false
args:
- fmt
- --
- --config
- use_try_shorthand=true,imports_granularity=Crate

- id: clippy
types:
Expand Down
129 changes: 81 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99ebdc8

Please sign in to comment.