mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-05 17:40:23 +00:00
clippy
This commit is contained in:
parent
5b70b5c0f3
commit
22cd581edc
8 changed files with 4 additions and 338 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::ast::{Collection, CommentOrNewline, Def, Defs, Module, Spaced};
|
||||
use crate::ast::{Collection, CommentOrNewline, Defs, Module, Spaced};
|
||||
use crate::blankspace::{space0_around_ee, space0_before_e, space0_e};
|
||||
use crate::header::{
|
||||
package_entry, package_name, AppHeader, ExposedName, HostedHeader, ImportsEntry,
|
||||
|
@ -14,7 +14,6 @@ use crate::parser::{
|
|||
use crate::state::State;
|
||||
use crate::string_literal;
|
||||
use crate::type_annotation;
|
||||
use bumpalo::collections::Vec;
|
||||
use roc_region::all::{Loc, Position};
|
||||
|
||||
fn end_of_file<'a>() -> impl Parser<'a, (), SyntaxError<'a>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue