Skip to content

Was missing ?Sized-bound on Sync-impl (#7) #40

Was missing ?Sized-bound on Sync-impl (#7)

Was missing ?Sized-bound on Sync-impl (#7) #40

Workflow file for this run

name: Clippy
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install rust
run: rustup toolchain install stable
- name: Run tests
run: cargo +stable clippy --features=validate,debug --workspace