Advent of Code solutions in Rust

ci: run clippy on spindle

+2
+2
.tangled/workflows/rust.yml
··· 16 16 - name: "Build all projects" 17 17 command: | 18 18 cargo build --release --verbose 19 + - name: "Clippy" 20 + command: "cargo clippy --all-targets"