This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a commit to branch feature/plc4rs
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/feature/plc4rs by this push:
new 4c5cf1b82b Woop woop
4c5cf1b82b is described below
commit 4c5cf1b82bf0489ad628fe57599b248864315c77
Author: julian <[email protected]>
AuthorDate: Mon Jun 6 11:48:26 2022 +0200
Woop woop
---
plc4rust/src/write_buffer.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4rust/src/write_buffer.rs b/plc4rust/src/write_buffer.rs
index 175acf674a..26cf5a7078 100644
--- a/plc4rust/src/write_buffer.rs
+++ b/plc4rust/src/write_buffer.rs
@@ -26,7 +26,7 @@ pub struct WriteBuffer<T: Write> {
pub(crate) position: u64,
pub(crate) endianness: Endianess,
pub(crate) bit_writer: BitWriter<T>,
- pub(crate) writer: T,
+ pub writer: T,
}
pub struct BitWriter<T: Write> {