fix: fix clippy lint

This commit is contained in:
Felix Spöttel
2022-10-29 17:18:58 +02:00
parent aae6a8f029
commit e327f00aa8
3 changed files with 21 additions and 6 deletions

View File

@@ -1,2 +1,4 @@
// Use this file if you want to extract sections of your solutions.
// Example import: `use aoc::helpers::example_fn;`
/*
* Use this file if you want to extract helpers from your solutions.
* Example import from this file: `use aoc::helpers::example_fn;`
*/