mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Redundant reference
This commit is contained in:
parent
d92a5b9424
commit
aa9ea8ba36
1 changed files with 1 additions and 1 deletions
|
@ -3659,7 +3659,7 @@ fn to_ability_def_report<'a>(
|
|||
use roc_parse::parser::EAbility;
|
||||
|
||||
match problem {
|
||||
EAbility::Space(error, pos) => to_space_report(alloc, lines, filename, &error, *pos),
|
||||
EAbility::Space(error, pos) => to_space_report(alloc, lines, filename, error, *pos),
|
||||
EAbility::Type(tipe, pos) => to_type_report(alloc, lines, filename, tipe, *pos),
|
||||
EAbility::DemandAlignment(over_under_indent, pos) => {
|
||||
let over_under_msg = if *over_under_indent > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue