diff options
Diffstat (limited to 'mingling/src/lib.rs')
| -rw-r--r-- | mingling/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index fee25bc..83fd64e 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -38,7 +38,7 @@ //! } //! //! #[renderer] -//! fn render_dispatcher_not_found(err: DispatcherNotFound) { +//! fn render_dispatcher_not_found(err: ErrorDispatcherNotFound) { //! if err.len() > 0 { //! r_println!("Command not found: [{}]", err.join(" ")); //! } |
