fix(spawner): unbreak clippy gate (too_many_arguments) #56
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/clippy-too-many-args"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
main is currently red on
cargo clippy --workspace -- -D warnings:prepare_spawn_commandhas 8 args (8/7). Adds#[allow(clippy::too_many_arguments)].This is the only substantive delta the
fix/jail-staged-env-rebasebranch had over main (the rest of that branch is already merged via56c4059), so that branch can be deleted after this lands.