about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e4dfc4f..9128cdb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -33,7 +33,7 @@ fn file(filename: impl AsRef<Path>) {
 }
 
 fn repl() {
-    const PROMPT: &'static str = "🐇: ";
+    const PROMPT: &str = "🐇: ";
 
     let mut walker = Walker::new();