Skip to content

Commit e214442

Browse files
committed
Remove useless match arm
1 parent 310007f commit e214442

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/handlers.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ use std::sync::Arc;
1111
use tracing as log;
1212

1313
macro_rules! inform {
14-
(msg:literal $(,)?) => {
15-
anyhow::bail!(crate::handlers::UserError($msg.into()))
16-
};
1714
($err:expr $(,)?) => {
1815
anyhow::bail!(crate::handlers::UserError($err.into()))
1916
};

0 commit comments

Comments
 (0)