Skip to content

fix crash when the tree's children get out of sync with my own #9

fix crash when the tree's children get out of sync with my own

fix crash when the tree's children get out of sync with my own #9

Workflow file for this run

name: rust
on:
push:
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy -- -D warnings
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --all -- --check