Skip to content

Commit

Permalink
Remove warn: false as we use the imported helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 31, 2016
1 parent 584c68f commit 18614b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/new/lib/application_name.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule <%= application_module %> do
# See http://elixir-lang.org/docs/stable/elixir/Application.html
# for more information on OTP Applications
def start(_type, _args) do
import Supervisor.Spec, warn: false
import Supervisor.Spec

children = [
# Start the endpoint when the application starts
Expand Down

0 comments on commit 18614b1

Please sign in to comment.