Browse Source

Remove history

master
Aditya Kulkarni 5 years ago
parent
commit
c61a82bf59
  1. 3
      src/main.rs

3
src/main.rs

@ -131,7 +131,6 @@ pub fn main() {
// `()` can be used when no completer is required
let mut rl = Editor::<()>::new();
let _ = rl.load_history("history.txt");
println!("Ready!");
@ -186,5 +185,5 @@ pub fn main() {
}
}
}
rl.save_history("history.txt").unwrap();
}
Loading…
Cancel
Save