Skip to content

Commit ca46308

Browse files
fix: make convert_value_raw private (ref #1605) (#1607)
1 parent 2969b01 commit ca46308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protobuf/encode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub struct Options {
1313
/// Convert a single raw `Value` into a protobuf `Value`.
1414
///
1515
/// Unlike `convert_value`, this ignores any field metadata such as cardinality.
16-
pub fn convert_value_raw(
16+
fn convert_value_raw(
1717
value: Value,
1818
kind: &Kind,
1919
options: &Options,

0 commit comments

Comments
 (0)