You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,10 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
159
159
> **Note**
160
160
> The session cookie might expire after a while (~1 month) which causes the automated workflow to fail. To fix this issue, refresh the `AOC_SESSION` secret.
161
161
162
+
### CI: enable clippy lints
163
+
164
+
Uncomment the `clippy` job in the `ci.yml` workflow to enable clippy checks in CI.
165
+
162
166
## Useful crates
163
167
164
168
-[itertools](https://crates.io/crates/itertools): Extends iterators with extra methods and adaptors. Frequently useful for aoc puzzles.
0 commit comments