Skip to content

Commit 460928d

Browse files
committed
pubcrate visibility
1 parent 9684fee commit 460928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl PyDecoderRegistry {
4949
}
5050

5151
#[derive(Debug)]
52-
struct PyDecoder(PyObject);
52+
pub(crate) struct PyDecoder(PyObject);
5353

5454
impl PyDecoder {
5555
fn call(&self, py: Python, buffer: Bytes) -> PyResult<PyBytes> {

0 commit comments

Comments
 (0)