Skip to content

Commit

Permalink
processOneSig shouldn’t return nothing, fixes #240. (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirill authored and TotalVerb committed Sep 3, 2017
1 parent 918d983 commit 8932ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/knowndeprec.jl
Expand Up @@ -72,6 +72,7 @@ function processOneSig(s, typeHints)
return (s.head, ditype)
else
println(STDERR, "Lint doesn't understand " * string(s) * " as an argument")
return (:normal, :Any)
end
end

Expand Down

0 comments on commit 8932ba4

Please sign in to comment.