Merge branch 'main' into auto-snake-case

This commit is contained in:
Sam Mohr 2025-01-05 05:26:17 -08:00
commit 865a399ba2
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
18 changed files with 154 additions and 211 deletions

View file

@ -431,8 +431,6 @@ impl<'a> Formattable for TypeDef<'a> {
fn format_with_options(&self, buf: &mut Buf, _parens: Parens, newlines: Newlines, indent: u16) {
use roc_parse::ast::TypeDef::*;
println!("WTF???");
match self {
Alias { header, ann } => {
header.format(buf, indent);