summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index ec62374..6317fd0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -152,10 +152,7 @@ impl ConfigCommand {
}
#[derive(Debug, StructOpt)]
-struct LintCommand {
- #[structopt(parse(from_os_str))]
- filenames: Vec<PathBuf>,
-}
+struct LintCommand {}
impl LintCommand {
fn run(&self, _opt: &Opt, _book: &AddressBook) {}