Skip to content

Commit

Permalink
Hide WkbWriter::with_extended_opts constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 17, 2023
1 parent 7b5d350 commit 063701f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geozero/src/wkb/wkb_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ impl<W: Write> WkbWriter<W> {
)
}

#[doc(hidden)]
// Temporary constructor. To be replaced with builder pattern.
#[allow(clippy::too_many_arguments)]
pub fn with_extended_opts(
out: W,
Expand Down

0 comments on commit 063701f

Please sign in to comment.