checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-05-21 16:39:46 -04:00
parent a664892fe6
commit af809f6013
5 changed files with 366 additions and 10 deletions

356
run.json

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
blob://sha256/06ba631e13d4926e9e126d7d6f8a744f8b79ddf28edb83c2e27086c5ff105b48

View file

@ -0,0 +1,8 @@
{
"output": "blob://sha256/06ba631e13d4926e9e126d7d6f8a744f8b79ddf28edb83c2e27086c5ff105b48",
"exit_code": 0,
"duration_ms": 191503,
"termination": "exited",
"output_bytes": 1899,
"live_streaming": true
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": "Script completed: cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1 && cargo dev docs refresh 2>&1 && cargo dev docs check 2>&1",
"failure_reason": null,
"timestamp": "2026-05-21T20:39:37.873366Z"
}

View file

@ -0,0 +1,5 @@
{
"script": "cargo +nightly-2026-04-14 fmt --all 2>&1",
"command": "exec 2>&1\ncargo +nightly-2026-04-14 fmt --all 2>&1",
"language": "shell"
}