Bump version to 1.6.2

This commit is contained in:
Ryan Ward
2026-06-04 16:07:24 -05:00
parent 840bc4d244
commit 4ba9706e35
12 changed files with 54 additions and 61 deletions
@@ -584,6 +584,7 @@ impl EntryBuilder {
/// Builds an [`Entry`] and appends it to the provided index, or simply
/// drops `self` if the [`Entry`] would be empty.
#[allow(unused_mut)]
pub fn append_to_index_if_nonempty(mut self, index: &mut Index) {
#[cfg(debug_assertions)]
{