Skip to content

fix: remove Display and Debug support from BencodexKey & BencodexValu… #63

fix: remove Display and Debug support from BencodexKey & BencodexValu…

fix: remove Display and Debug support from BencodexKey & BencodexValu… #63

Workflow file for this run

on: push
name: lint
jobs:
run-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check