Skip to content

Add proper Debug implementation for bitmap! structs #14

Add proper Debug implementation for bitmap! structs

Add proper Debug implementation for bitmap! structs #14

Workflow file for this run

name: rustfmt
on:
push: &trigger_config
branches: ["*"]
paths:
- macros/**
- src/**
- tests/**
- Cargo.toml
- Cargo.lock
- .github/workflows/clippy.yml
pull_request:
<<: *trigger_config
jobs:
run-rustfmt:
runs-on: ubuntu-latest
container: ghcr.io/winstonallo/kernel-test-runner
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run clippy
run: cargo fmt -- --check