Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
56quarters committed Mar 23, 2024
1 parent a95c574 commit 96e345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/src/sinks/queuing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ mod tests {
}

let queueing = QueuingMetricSink::with_capacity(BlockingMetricSink, 1);
let results = vec![
let results = [
queueing.emit("foo.counter:1|c"),
queueing.emit("foo.counter:2|c"),
queueing.emit("foo.counter:3|c"),
Expand Down

0 comments on commit 96e345f

Please sign in to comment.