We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310007f commit e214442Copy full SHA for e214442
src/handlers.rs
@@ -11,9 +11,6 @@ use std::sync::Arc;
11
use tracing as log;
12
13
macro_rules! inform {
14
- (msg:literal $(,)?) => {
15
- anyhow::bail!(crate::handlers::UserError($msg.into()))
16
- };
17
($err:expr $(,)?) => {
18
anyhow::bail!(crate::handlers::UserError($err.into()))
19
};
0 commit comments