mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
clippy
This commit is contained in:
parent
5b70b5c0f3
commit
22cd581edc
8 changed files with 4 additions and 338 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::annotation::{Formattable, Newlines, Parens};
|
||||
use crate::collection::{fmt_collection, Braces};
|
||||
use crate::def::{fmt_def, fmt_toplevel_defs};
|
||||
use crate::def::fmt_toplevel_defs;
|
||||
use crate::pattern::fmt_pattern;
|
||||
use crate::spaces::{count_leading_newlines, fmt_comments_only, fmt_spaces, NewlineAt, INDENT};
|
||||
use crate::Buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue