diff options
| author | troido <troido@protonmail.com> | 2020-04-03 18:26:38 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-03 18:26:38 +0200 |
| commit | fd0bd24fa4e98b3bcd95a14ff844411727fb4433 (patch) | |
| tree | 06e924a0f1ba31abb2e3d1cfb40d9b1f9354e01f /src/util.rs | |
| parent | 94ec558680b70ed747519d5fd787d94b74ae470d (diff) | |
added command line options
Diffstat (limited to 'src/util.rs')
| -rw-r--r-- | src/util.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.rs b/src/util.rs index db572c6..9b46d42 100644 --- a/src/util.rs +++ b/src/util.rs @@ -41,11 +41,6 @@ macro_rules! aerr { ($description:expr) => {Box::new(crate::util::AError::new($description))} } -#[macro_export] -macro_rules! err { - ($description:expr) => {Err(crate::aerr!($description))} -} - #[macro_export] macro_rules! hashmap { |
