diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/02.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/02.rs b/examples/02.rs index 69c9d0f..ca5cfc4 100644 --- a/examples/02.rs +++ b/examples/02.rs @@ -14,7 +14,7 @@ fn main() { s.register("irsc", "irsc", "Testing for kori", None); let mut shared = s.into_shared(); - let _ = shared.commands() + let _a = shared.commands() .map(|(mut cl, msg, c)| { if let PRIVMSG(to, content) = c { let from = msg.ident().unwrap(); |