try fix rust 1.88 warning

This commit is contained in:
yggverse 2025-07-06 23:41:19 +03:00
parent b2b69ca9e7
commit ebec6b30a2

View file

@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Update packages
run: sudo apt update
name: Update cargo
run: cargo update
- name: Run rustfmt
run: cargo fmt --all -- --check
- name: Run clippy