summaryrefslogtreecommitdiff
path: root/src/repl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl.rs')
-rw-r--r--src/repl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl.rs b/src/repl.rs
index 83e228b51..107d8a187 100644
--- a/src/repl.rs
+++ b/src/repl.rs
@@ -71,7 +71,7 @@ impl Repl {
repl
}
- fn load_history(&mut self) -> () {
+ fn load_history(&mut self) {
debug!("Loading REPL history: {:?}", self.history_file);
self
.editor