Well you can always add a leading underscore to the variable, that
basically tells the compiler that you know its unused and thats ok. So
variable `x` becomes `_x`.
> --
> 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
elixir-lang-ta...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>