Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 18, 2024
1 parent d6c7d9b commit 31544ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ workspace = true

[dependencies]
bytes = { workspace = true }
tracing = { workspace = true }
metric_engine = { workspace = true }
tracing-subscriber = { workspace = true }
pb_types = { workspace = true }
prost = { workspace = true }
serde = { workspace = true }
toml = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }

[dev-dependencies]
criterion = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions src/metric_engine/src/compaction/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ struct Inner {
}

impl Executor {
#[allow(clippy::too_many_arguments)]
pub fn new(
runtime: RuntimeRef,
store: ObjectStoreRef,
Expand Down
1 change: 1 addition & 0 deletions src/metric_engine/src/compaction/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub struct Scheduler {
}

impl Scheduler {
#[allow(clippy::too_many_arguments)]
pub fn new(
runtime: RuntimeRef,
manifest: ManifestRef,
Expand Down

0 comments on commit 31544ee

Please sign in to comment.