summaryrefslogtreecommitdiffstats
path: root/2015/rs/code/eight
diff options
context:
space:
mode:
Diffstat (limited to '2015/rs/code/eight')
-rw-r--r--2015/rs/code/eight/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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 {