aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pack-err
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-pack-err')
-rw-r--r--examples/example-pack-err/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-pack-err/src/main.rs b/examples/example-pack-err/src/main.rs
index 901072d..e30e4cb 100644
--- a/examples/example-pack-err/src/main.rs
+++ b/examples/example-pack-err/src/main.rs
@@ -31,8 +31,8 @@ use mingling::setup::StructuralRendererSetup;
use std::io::Write;
use std::path::PathBuf;
-dispatcher!("find", CMDFind => EntryFind);
-dispatcher!("find-structural", CMDFindStructural => EntryFindStructural);
+dispatcher!("find", EntryFind);
+dispatcher!("find-structural", EntryFindStructural);
// --------- IMPORTANT ---------
// `pack_err!` is a convenient macro for defining error types.