fix whitespace issue

This commit is contained in:
Folkert 2021-03-14 14:48:39 +01:00
parent e135351208
commit 032a55383c
2 changed files with 10 additions and 3 deletions

View file

@ -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),