summaryrefslogtreecommitdiffstats
path: root/src/joshuto/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/joshuto/command.rs')
-rw-r--r--src/joshuto/command.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/joshuto/command.rs b/src/joshuto/command.rs
index 621e7b1..9c6f7da 100644
--- a/src/joshuto/command.rs
+++ b/src/joshuto/command.rs
@@ -73,6 +73,7 @@ impl std::fmt::Display for CommandKeybind {
}
}
+#[allow(dead_code)]
pub fn split_shell_style(line: &String) -> Vec<&str>
{
let mut args: Vec<&str> = Vec::new();