Skip to content

Commit

Permalink
remove macros crate (#110)
Browse files Browse the repository at this point in the history
The macros crate is no-longer required and should be removed.
  • Loading branch information
brayniac authored Dec 19, 2023
1 parent 6710216 commit 6c08407
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 58 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ members = [
"src/core/server",
"src/entrystore",
"src/logger",
"src/macros",
"src/net",
"src/protocol/admin",
"src/protocol/common",
Expand Down
1 change: 0 additions & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ license = { workspace = true }
[dependencies]
boring = { workspace = true }
clocksource = { workspace = true }
macros = { path = "../macros" }
metriken = { workspace = true }
net = { path = "../net" }
ringlog = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions src/common/src/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use metriken::*;

#[doc(hidden)]
pub use macros::to_lowercase;

/// Creates a test that verifies that no two metrics have the same name.
#[macro_export]
#[rustfmt::skip]
Expand Down
18 changes: 0 additions & 18 deletions src/macros/Cargo.toml

This file was deleted.

25 changes: 0 additions & 25 deletions src/macros/src/lib.rs

This file was deleted.

0 comments on commit 6c08407

Please sign in to comment.