e isn't used to prefix with _

master
rasul 5 years ago
parent a0598b4159
commit 540d4fb0fb

@ -53,7 +53,7 @@ macro_rules! try_send {
($i:ident, $e:expr, $($arg:tt)*) => { ($i:ident, $e:expr, $($arg:tt)*) => {
match $e { match $e {
Ok(r) => r, Ok(r) => r,
Err(e) => { Err(_e) => {
return SendQueue(vec![($i, std::fmt::format(format_args!($($arg)*)), true)].into()); return SendQueue(vec![($i, std::fmt::format(format_args!($($arg)*)), true)].into());
} }
} }

Loading…
Cancel
Save