2020: fix clippy tests warnings

This commit is contained in:
Antoine Martin 2020-12-17 00:43:05 +01:00
parent b93db94573
commit f1c9f5b228
6 changed files with 11 additions and 11 deletions

View file

@ -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() {