Skip to content

Commit

Permalink
fix: disabled warnings entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Mar 15, 2018
1 parent 6917cb8 commit 7e99fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inspect_overrides/1_5.ex
@@ -1,6 +1,6 @@
if Scribe.compile_auto_inspect?() do
import Kernel, except: [inspect: 1]
import Inspect.Algebra
import Inspect.Algebra, warn: false

defimpl Inspect, for: List do
def inspect([], opts) do
Expand Down
2 changes: 1 addition & 1 deletion inspect_overrides/1_6.ex
@@ -1,6 +1,6 @@
if Scribe.compile_auto_inspect?() do
import Kernel, except: [inspect: 1]
import Inspect.Algebra
import Inspect.Algebra, warn: false

defimpl Inspect, for: List do
alias Code.Identifier
Expand Down

0 comments on commit 7e99fd9

Please sign in to comment.