mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Remove unnecessary reference
This commit is contained in:
parent
47e4904075
commit
01255a17d5
@ -682,7 +682,7 @@ fn can_extension_type<'a>(
|
||||
local_aliases,
|
||||
references,
|
||||
);
|
||||
if valid_extension_type(&ext_type.shallow_dealias()) {
|
||||
if valid_extension_type(ext_type.shallow_dealias()) {
|
||||
ext_type
|
||||
} else {
|
||||
// Report an error but mark the extension variable to be inferred
|
||||
|
Loading…
Reference in New Issue
Block a user