We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c8517 commit 521561eCopy full SHA for 521561e
src/partition/mod.rs
@@ -289,7 +289,7 @@ impl PartitionHandle {
289
///
290
/// This operation scans the entire partition: O(n) complexity!
291
292
- /// Never, under any circumstances, use .len() == 0 to check
+ /// Never, under any circumstances, use .`len()` == 0 to check
293
/// if the partition is empty, use [`PartitionHandle::is_empty`] instead.
294
295
/// If you want an estimate, use [`PartitionHandle::approximate_len`] instead.
0 commit comments