summaryrefslogtreecommitdiffstats
path: root/src/context/commandline_context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/commandline_context.rs')
-rw-r--r--src/context/commandline_context.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/context/commandline_context.rs b/src/context/commandline_context.rs
index 6a6142b..5169029 100644
--- a/src/context/commandline_context.rs
+++ b/src/context/commandline_context.rs
@@ -20,7 +20,6 @@ impl CommandLineContext {
pub fn history_ref(&self) -> &history::History {
&self.history
}
-
pub fn history_mut(&mut self) -> &mut history::History {
&mut self.history
}