Skip to content

Fix: detect multiple nullable ADT trait dispatch ambiguity #221

Fix: detect multiple nullable ADT trait dispatch ambiguity

Fix: detect multiple nullable ADT trait dispatch ambiguity #221

Workflow file for this run

name: Clippy
on:
push:
branches: [master]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
with:
key: clippy
- name: Run clippy
run: cargo clippy --all-targets --workspace -- -D warnings