If a module is aliased or imported multipled times by the module, it would 
be handy to have a warning.

For example:

defmodule Foo do

  alias Ecto.Changeset
  alias Ecto.Changeset

end

should result in a warning "duplicate import".

This is low priority, but as there is one for unused import/alias it would 
help make the code cleaner.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/0d85ffa7-3997-4637-915e-523a744d155cn%40googlegroups.com.

Reply via email to