mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-15 21:23:57 +00:00
Merge branch 'main' into auto-snake-case
This commit is contained in:
commit
865a399ba2
18 changed files with 154 additions and 211 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue