Skip to content

Commit fe88754

Browse files
committed
fix clippy
1 parent b4306bf commit fe88754

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/query/service/src/sessions/session_mgr_metrics.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ impl SessionManagerMetricsCollector {
6868
}
6969
}
7070

71+
impl Default for SessionManagerMetricsCollector {
72+
fn default() -> Self {
73+
Self::new()
74+
}
75+
}
76+
7177
impl std::fmt::Debug for SessionManagerMetricsCollector {
7278
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
7379
write!(f, "SessionMetricsCollector")

0 commit comments

Comments
 (0)