Skip to content

Commit 7367efe

Browse files
committed
Fix Clippy lints
1 parent 122019b commit 7367efe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

database/src/selector.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
//!
66
//! * :benchmark/:profile/:scenario/:metric => [cid => u64]
77
//! * :crate/:profile/:scenario/:self_profile_query/:stat (SelfProfileTime, SelfProfileCacheHits, ...)
8-
//! :stat = time => Duration,
9-
//! :stat = cache hits => u32,
10-
//! :stat = invocation count => u32,
11-
//! :stat = blocked time => Duration,
12-
//! :stat = incremental load time => Duration,
8+
//! :stat = time => Duration,
9+
//! :stat = cache hits => u32,
10+
//! :stat = invocation count => u32,
11+
//! :stat = blocked time => Duration,
12+
//! :stat = incremental load time => Duration,
1313
//!
1414
//! Note that the returned series always have a "simple" type of a small set --
1515
//! things like arrays, integers. We aggregate into higher level types above the

0 commit comments

Comments
 (0)