Skip to content

Commit

Permalink
fix clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Aug 2, 2023
1 parent 4f54b49 commit 55dc0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytic_engine/src/manifest/details.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use macros::define_result;
use object_store::{ObjectStoreRef, Path};
use parquet::data_type::AsBytes;
use prometheus::{
exponential_buckets, register_histogram, register_int_counter, Histogram, IntCounter,
exponential_buckets, register_histogram, Histogram,
};
use prost::Message;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 55dc0cf

Please sign in to comment.