Use the right macro here

This commit is contained in:
Matthias Beyer 2016-07-15 21:07:03 +02:00
parent 3af6712d8b
commit ca7a901269

View file

@ -38,7 +38,7 @@ fn main() {
match rt.cli().subcommand_name() {
Some("tw-hook") => tw_hook(&rt),
Some("list") => list(&rt),
_ => unimplemented!(),
_ => unreachable!(),
} // end match scmd
} // end main