mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-27 04:07:11 +00:00
clippy issues
This commit is contained in:
parent
0edd07479d
commit
61ed6d62c4
3 changed files with 8 additions and 4 deletions
4
.github/workflows/format-build.yml
vendored
4
.github/workflows/format-build.yml
vendored
|
@ -46,6 +46,10 @@ jobs:
|
|||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: rustfmt
|
||||
run: |
|
||||
rustc --version
|
||||
cargo fmt --all -- --check
|
||||
- run: rustup component add clippy
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue