mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
We will now show a warning if a builtin is imported explicitly, since this is unncessary. We will not show the warning if they expose functions from the builtin: import Dict exposing [isEmpty] However, we will show a special warning if they expose types from it: import Dict exposing [Dict, isEmpty] |
||
|---|---|---|
| .. | ||
| fixtures/build | ||
| helpers | ||
| test_load.rs | ||