Skip to content

Commit 7311fca

Browse files
committed
clippy
1 parent a5a4e94 commit 7311fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/table/util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use std::{path::Path, sync::Arc};
1212
#[cfg(feature = "metrics")]
1313
use crate::metrics::Metrics;
1414

15+
#[must_use]
1516
pub fn aggregate_run_key_range(tables: &[Table]) -> KeyRange {
1617
let lo = tables.first().expect("run should never be empty");
1718
let hi = tables.last().expect("run should never be empty");

0 commit comments

Comments
 (0)