Skip to content

Have cargo fmt undo some of the clippy "fixes" πŸ˜‰ #97

Have cargo fmt undo some of the clippy "fixes" πŸ˜‰

Have cargo fmt undo some of the clippy "fixes" πŸ˜‰ #97

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Continuous integration
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features