We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8e475 commit 7b2825bCopy full SHA for 7b2825b
src/rulesets/Base/nondiff.jl
@@ -98,7 +98,8 @@
98
@non_differentiable codeunit(::SubString)
99
@non_differentiable codeunits(::AbstractString)
100
@non_differentiable copy(::Base.GenericIOBuffer)
101
-@non_differentiable count(::Union{Regex, AbstractString}, ::AbstractString)
+@non_differentiable count(::Any)
102
+@non_differentiable count(::Any, ::Any)
103
@non_differentiable countlines(::AbstractString)
104
@non_differentiable countlines(::IO)
105
@non_differentiable cp(::AbstractString, ::AbstractString)
0 commit comments