> > You can disable import warnings with: import Foo, warn: false. >
Yes, but don't do that. :) You should not "import" Ecto.Query but rather "require" it, since you just want to use its macros and not import them into the current scope. -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAGnRm4KDAEEzyJN7aeaverZ7Pzge3H1kaHk4hZCEyf6LO1xSTA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
