mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix whitespace issue
This commit is contained in:
parent
e135351208
commit
032a55383c
2 changed files with 10 additions and 3 deletions
|
@ -18,7 +18,7 @@ pub enum Ident<'a> {
|
|||
module_name: &'a str,
|
||||
parts: &'a [&'a str],
|
||||
},
|
||||
/// .foo
|
||||
/// .foo { foo: 42 }
|
||||
AccessorFunction(&'a str),
|
||||
/// .Foo or foo. or something like foo.Bar
|
||||
Malformed(&'a str, BadIdent),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue