diff options
| author | Fuwn <[email protected]> | 2023-04-16 21:16:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-16 21:16:53 -0700 |
| commit | c96318553c1d3650f0b1cce2db0af7f41f697e62 (patch) | |
| tree | 34445a4609f8b2d02a5ba3e9d78761750fb24786 /src/main.rs | |
| parent | refactor(response): rewrite unnecessary macro to function (diff) | |
| download | locus-c96318553c1d3650f0b1cce2db0af7f41f697e62.tar.xz locus-c96318553c1d3650f0b1cce2db0af7f41f697e62.zip | |
refactor(macros): move unnecessary crate-level macros
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 10fea13..90a083b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,6 @@ #![recursion_limit = "128"] #![allow(clippy::cast_precision_loss, clippy::significant_drop_tightening)] -mod macros; mod modules; mod response; mod route; |