From 42514d75062817fad36bceffeb5cd9be5a82db3c Mon Sep 17 00:00:00 2001 From: alyx Date: Mon, 20 Nov 2023 17:58:25 -0500 Subject: clippy --- 2015/rs/code/eight/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2015/rs/code/eight/src') diff --git a/2015/rs/code/eight/src/main.rs b/2015/rs/code/eight/src/main.rs index 6917a54..1d582d7 100644 --- a/2015/rs/code/eight/src/main.rs +++ b/2015/rs/code/eight/src/main.rs @@ -1,4 +1,4 @@ -static INPUT: &'static str = include_str!("input.txt"); +static INPUT: &str = include_str!("input.txt"); #[derive(Copy, Clone)] enum ParseState { -- cgit v1.2.3-54-g00ecf