Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Add missing warn: false
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jul 7, 2014
1 parent 6470c11 commit e62444a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Replace the `start/2` function above by:

```elixir
def start(_type, _args) do
import Supervisor.Spec
import Supervisor.Spec, warn: false

children = [
worker(Portal.Door, [])
Expand Down

0 comments on commit e62444a

Please sign in to comment.