Properly deserialize history args (#1710)

This commit is contained in:
Jonathan Turner
2020-05-05 07:50:10 +12:00
committed by GitHub
parent d2ac506de3
commit 454f560eaa

View File

@ -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 {