2020: fix clippy tests warnings
This commit is contained in:
parent
b93db94573
commit
f1c9f5b228
6 changed files with 11 additions and 11 deletions
|
|
@ -107,7 +107,7 @@ impl FromStr for Forest {
|
|||
mod tests {
|
||||
use super::*;
|
||||
|
||||
static PROVIDED: &'static str = include_str!("../input/day03_provided.txt");
|
||||
const PROVIDED: &str = include_str!("../input/day03_provided.txt");
|
||||
|
||||
#[test]
|
||||
fn part1_provided() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue