We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d12d1 commit 08f7bf7Copy full SHA for 08f7bf7
1 file changed
test/runtests.jl
@@ -1,7 +1,9 @@
1
-using Base.Broadcast: broadcastable
2
-using BenchmarkTools
3
using ChainRulesCore
4
using ChainRulesOverloadGeneration
+# resolve conflicts while this code exists in both.
+const on_new_rule = ChainRulesOverloadGeneration.on_new_rule
5
+const refresh_rules = ChainRulesOverloadGeneration.refresh_rules
6
+
7
using Test
8
9
@testset "ChainRulesCore" begin
0 commit comments