From 1da166f30f78883fa76ac338c8d4b0d0312c9d9e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 26 Sep 2024 11:08:12 +0200 Subject: [PATCH] Update src/builder.rs Co-authored-by: xzfc <5121426+xzfc@users.noreply.github.com> --- src/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builder.rs b/src/builder.rs index 99762f54..54586a00 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -503,7 +503,7 @@ impl SeekWrite for T { /// explicitly calling [`EntryWriter::finish`] or by letting it drop. pub struct EntryWriter<'a> { // NOTE: Do not add any fields here which require Drop! - // See the comment below in do_finish(). + // See the comment below in finish(). obj: &'a mut dyn SeekWrite, header: &'a mut Header, written: u64,