From 3bc6c6ded5e48734f983ffca27005222a86cfb72 Mon Sep 17 00:00:00 2001 From: Erin Date: Sun, 24 Jul 2022 21:56:20 +0200 Subject: [PATCH] PRIVATISATION GOES BRRRRR --- src/syntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax/ast.rs b/src/syntax/ast.rs index 50f0122..33803a7 100644 --- a/src/syntax/ast.rs +++ b/src/syntax/ast.rs @@ -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, delimiter_left: &str,