Skip to content

Commit

Permalink
remove duplicate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub committed Jul 30, 2021
1 parent 9a1ff23 commit 16dcd5b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/rulesets/Base/nondiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
@non_differentiable eachline(::AbstractString)
@non_differentiable eachline(::IO)
@non_differentiable eachmatch(::Regex, ::AbstractString)
@non_differentiable eltype(::Type)
@non_differentiable endswith(::AbstractString, ::AbstractString)
@non_differentiable endswith(::AbstractString, ::Regex)
@non_differentiable eof(::Any)
Expand Down Expand Up @@ -461,11 +462,3 @@ VERSION >= v"1.1" && @non_differentiable Sys.isopenbsd(::Symbol)
@non_differentiable Threads.nthreads()
@non_differentiable Threads.threadid()
@non_differentiable Threads.threadid(::Task)

@non_differentiable eltype(::Type)
@non_differentiable similar(::Any...)

@non_differentiable one(::Any)
@non_differentiable ones(::Any...)
@non_differentiable zero(::Any)
@non_differentiable zeros(::Any...)

0 comments on commit 16dcd5b

Please sign in to comment.