diff --git a/crates/nu-cli/src/commands/history.rs b/crates/nu-cli/src/commands/history.rs index 2c33d670..0c11a195 100644 --- a/crates/nu-cli/src/commands/history.rs +++ b/crates/nu-cli/src/commands/history.rs @@ -9,7 +9,7 @@ use std::io::{BufRead, BufReader}; pub struct History; #[derive(Deserialize)] -pub struct HistoryArgs; +pub struct HistoryArgs {} impl WholeStreamCommand for History { fn name(&self) -> &str {