You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: Unused imported item
┌─ /home/arkan/Projects/oss/gleam/bug/src/bug.gleam:2:16
│
2 │ import wibble.{Wibble}
│ ^^^^^^ This imported constructor is never used
Hint: You can safely remove it.
I use the constructor in main, and type aliases do not produce new constructors, so I believe this is a false positive. Removing the type alias also gets rid of the warning for some reason.
The text was updated successfully, but these errors were encountered:
wibble.gleam
wobble.gleam
gleam check
I use the constructor in main, and type aliases do not produce new constructors, so I believe this is a false positive. Removing the type alias also gets rid of the warning for some reason.
The text was updated successfully, but these errors were encountered: