Skip to content

Commit e5699f1

Browse files
committed
fixup
1 parent 8abd91d commit e5699f1

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)