Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Feb 13, 2024
1 parent 35c8517 commit 521561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partition/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl PartitionHandle {
///
/// This operation scans the entire partition: O(n) complexity!
///
/// Never, under any circumstances, use .len() == 0 to check
/// Never, under any circumstances, use .`len()` == 0 to check
/// if the partition is empty, use [`PartitionHandle::is_empty`] instead.
///
/// If you want an estimate, use [`PartitionHandle::approximate_len`] instead.
Expand Down

0 comments on commit 521561e

Please sign in to comment.