Skip to content

Refactor/cleanup, replace with parking_lot::Mutex #10

Refactor/cleanup, replace with parking_lot::Mutex

Refactor/cleanup, replace with parking_lot::Mutex #10

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@master
- name: Clippy
run: cargo clippy --workspace --all-features -- -Dwarnings