Be conservative with visibility

This commit is contained in:
bakaq
2024-08-19 23:19:09 -03:00
parent 12a61cdff8
commit 806e980cca
7 changed files with 56 additions and 49 deletions

View File

@@ -24,7 +24,7 @@ pub enum QueryResolution {
Matches(Vec<QueryMatch>),
}
pub fn write_prolog_value_as_json<W: Write>(
fn write_prolog_value_as_json<W: Write>(
writer: &mut W,
value: &Value,
) -> Result<(), std::fmt::Error> {