Skip to content

Commit 521561e

Browse files
committed
clippy fix
1 parent 35c8517 commit 521561e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partition/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl PartitionHandle {
289289
///
290290
/// This operation scans the entire partition: O(n) complexity!
291291
///
292-
/// Never, under any circumstances, use .len() == 0 to check
292+
/// Never, under any circumstances, use .`len()` == 0 to check
293293
/// if the partition is empty, use [`PartitionHandle::is_empty`] instead.
294294
///
295295
/// If you want an estimate, use [`PartitionHandle::approximate_len`] instead.

0 commit comments

Comments
 (0)