Skip to content

Remove ambiguous statements from documentation #113

Remove ambiguous statements from documentation

Remove ambiguous statements from documentation #113

Workflow file for this run

name: Code check
on: [ pull_request ]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- run: cargo clippy --all --all-features
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- run: cargo fmt --all -- --check