Skip to content

Commit b1eae21

Browse files
committed
fixup
1 parent ad4b47b commit b1eae21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/FFTWEnzymeExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module FFTWEnzymeExt
22

33
using Enzyme, FFTW
44

5-
Enzyme.EnzymeRules.inactive_noinl(typeof(FFTW.assert_applicable), x...) = true
5+
Enzyme.EnzymeRules.inactive_noinl(::typeof(FFTW.assert_applicable), x...) = true
66

77
end # module
88

0 commit comments

Comments
 (0)