mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Extract spacing from parse::header::* items into explicit Spaced enum
This commit is contained in:
parent
86c8764012
commit
0786e554c6
11 changed files with 378 additions and 470 deletions
|
@ -83,7 +83,7 @@ where
|
|||
}
|
||||
|
||||
/// A Located formattable value is also formattable
|
||||
impl<'a, T> Formattable for Located<T>
|
||||
impl<T> Formattable for Located<T>
|
||||
where
|
||||
T: Formattable,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue