We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c87c76 commit 2883ea2Copy full SHA for 2883ea2
questdb-rs/src/ingress/buffer.rs
@@ -72,7 +72,7 @@ where
72
quoting_fn(output);
73
}
74
75
-pub fn must_escape_unquoted(c: u8) -> bool {
+pub(crate) fn must_escape_unquoted(c: u8) -> bool {
76
matches!(c, b' ' | b',' | b'=' | b'\n' | b'\r' | b'\\')
77
78
0 commit comments