PRIVATISATION GOES BRRRRR

main
ondra05 2022-07-24 21:56:20 +02:00
parent ee96d53c28
commit d3197ce463
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ impl<'a> Display for Expr<'a> {
}
}
pub(crate) fn write_seq(
fn write_seq(
f: &mut impl Write,
iterable: impl IntoIterator<Item = impl Display>,
delimiter_left: &str,