aboutsummaryrefslogtreecommitdiff
path: root/examples/example-unit-test/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-unit-test/src')
-rw-r--r--examples/example-unit-test/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-unit-test/src/main.rs b/examples/example-unit-test/src/main.rs
index ca7ac25..62c7fbf 100644
--- a/examples/example-unit-test/src/main.rs
+++ b/examples/example-unit-test/src/main.rs
@@ -110,7 +110,7 @@ fn render_error_name_too_long(len: ErrorNameTooLong) -> String {
}
#[renderer]
-fn render_dispatcher_not_found(err: DispatcherNotFound) {
+fn render_dispatcher_not_found(err: ErrorDispatcherNotFound) {
r_println!("Command not found: \"{}\"", err.inner.join(" "));
}