Skip to content

Improve readability of feature flags in code #18

Improve readability of feature flags in code

Improve readability of feature flags in code #18

Workflow file for this run

name: Deny
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check
arguments: --all-features