aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/9-error-handling.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/9-error-handling.md')
-rw-r--r--docs/pages/9-error-handling.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/pages/9-error-handling.md b/docs/pages/9-error-handling.md
index 680328c..389e394 100644
--- a/docs/pages/9-error-handling.md
+++ b/docs/pages/9-error-handling.md
@@ -88,7 +88,6 @@ fn render_error_name_empty(err: ErrorNameEmpty) {
fn main() {
let mut program = ThisProgram::new();
- program.with_dispatcher(CMDGreet);
program.exec_and_exit();
}