Skip to content

Commit 66b8bbf

Browse files
committed
chore: rustfmt
1 parent 3e9f6eb commit 66b8bbf

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

quickwit/quickwit-common/src/rate_limited_tracing.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,12 @@ fn _check_macro_works() {
209209

210210
#[doc(hidden)]
211211
pub use coarsetime::Instant as CoarsetimeInstant;
212-
pub use rate_limited_debug;
213-
pub use rate_limited_error;
214-
pub use rate_limited_info;
215-
pub use rate_limited_trace;
216212
#[doc(hidden)]
217213
pub use rate_limited_tracing;
218-
pub use rate_limited_warn;
214+
pub use {
215+
rate_limited_debug, rate_limited_error, rate_limited_info, rate_limited_trace,
216+
rate_limited_warn,
217+
};
219218

220219
#[cfg(test)]
221220
mod tests {

quickwit/quickwit-proto/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ use std::cmp::Ordering;
2222

2323
pub mod cluster;
2424
pub mod control_plane;
25-
pub use bytes;
26-
pub use tonic;
25+
pub use {bytes, tonic};
2726
pub mod developer;
2827
pub mod error;
2928
mod getters;

0 commit comments

Comments
 (0)