Skip to content

clippy fixes

clippy fixes #3

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: rustup component add clippy
- run: cargo nbuild clippy