Skip to content

Commit d324082

Browse files
committed
change allow lints to expect
1 parent b6cc1a2 commit d324082

33 files changed

+115
-118
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Advent of Code solutions in Rust by TBali
22

3-
![rust v1.83](https://shields.io/badge/rust-1.82-blue?logo=rust)
3+
![rust v1.83](https://shields.io/badge/rust-1.83-blue?logo=rust)
44
![build](https://img.shields.io/github/actions/workflow/status/tbali0524/advent-of-code-rust/qa.yml)
55
![AoC stars](https://img.shields.io/badge/total%20AoC%20⭐-218-green)
66
![license](https://img.shields.io/github/license/tbali0524/advent-of-code-rust)
@@ -10,9 +10,9 @@
1010
* [Puzzle list](puzzles.md) with topics and my completion status (in Rust)
1111
* [Results and running times](results.md)
1212
* [This repo on GitHub](https://github.com/tbali0524/advent-of-code-rust)
13-
* [My AoC solutions in PHP](https://github.com/tbali0524/advent-of-code-solutions) (complete first 9 seasons, 450⭐)
13+
* [My AoC solutions in PHP](https://github.com/tbali0524/advent-of-code-solutions) (complete 10 seasons, 500⭐)
1414

15-
This repo contains my AoC solutions in Rust, and a simple CLI runner. The first 9 seasons I originally solved in PHP, and later rewrote some solutions (~3.5 seasons) in Rust. From season 2024 I solved the puzzles first in Rust (then rewrote some in PHP).
15+
This repo contains my AoC solutions in Rust, and a simple CLI runner. The first 9 seasons I originally solved in PHP, and later rewrote some solutions (~3.5 seasons) in Rust. From season 2024 I solved the puzzles first in Rust (and rewrote them in PHP later).
1616

1717
## Usage
1818

0 commit comments

Comments
 (0)