Skip to content

Commit

Permalink
Update src/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: xzfc <[email protected]>
  • Loading branch information
cgwalters and xzfc authored Sep 26, 2024
1 parent cabe09e commit 1da166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ impl<T: Write + Seek> 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,
Expand Down

0 comments on commit 1da166f

Please sign in to comment.