Use the right macro here
This commit is contained in:
parent
3af6712d8b
commit
ca7a901269
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fn main() {
|
||||||
match rt.cli().subcommand_name() {
|
match rt.cli().subcommand_name() {
|
||||||
Some("tw-hook") => tw_hook(&rt),
|
Some("tw-hook") => tw_hook(&rt),
|
||||||
Some("list") => list(&rt),
|
Some("list") => list(&rt),
|
||||||
_ => unimplemented!(),
|
_ => unreachable!(),
|
||||||
} // end match scmd
|
} // end match scmd
|
||||||
} // end main
|
} // end main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue