aboutsummaryrefslogtreecommitdiff
path: root/examples/example-custom-pickable/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-custom-pickable/src/main.rs')
-rw-r--r--examples/example-custom-pickable/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-custom-pickable/src/main.rs b/examples/example-custom-pickable/src/main.rs
index ece5d13..8265b09 100644
--- a/examples/example-custom-pickable/src/main.rs
+++ b/examples/example-custom-pickable/src/main.rs
@@ -41,7 +41,7 @@ impl Pickable for Address {
}
// --------- IMPORTANT ---------
-dispatcher!("connect", CMDConnect => EntryConnect);
+dispatcher!("connect", EntryConnect);
pack!(ErrorParseAddressFailed = ());
#[chain]