Skip to content

Add options to handle wrapped classes to extend the set of use cases #291

Add options to handle wrapped classes to extend the set of use cases

Add options to handle wrapped classes to extend the set of use cases #291

Workflow file for this run

name: clippy
on: [push, pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- uses: clechasseur/rs-clippy-check@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: cargo clippy -- -D warnings