roc/crates/compiler/problem
Agus Zubiaga 979aff8bf7
Explicit builtin import warning
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]
2024-04-20 12:35:46 -03:00
..
src Explicit builtin import warning 2024-04-20 12:35:46 -03:00
Cargo.toml run a toml formatter and then clean it up a bit 2023-03-06 19:47:57 -08:00