Skip to content

fix: Make some fns const that can now be const #129

fix: Make some fns const that can now be const

fix: Make some fns const that can now be const #129

Workflow file for this run

name: Rustfmt
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run rustfmt
run: make format-check