summaryrefslogtreecommitdiffstats
path: root/src/cmd/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/input.rs')
-rw-r--r--src/cmd/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/input.rs b/src/cmd/input.rs
index c837171..ab8b87b 100644
--- a/src/cmd/input.rs
+++ b/src/cmd/input.rs
@@ -28,7 +28,7 @@ Common options:
Must be a single character. (default: ,)
";
-#[derive(RustcDecodable)]
+#[derive(Deserialize)]
struct Args {
arg_input: Option<String>,
flag_output: Option<String>,