Skip to content

Commit 79ede2c

Browse files
committed
Fix
1 parent 33952c8 commit 79ede2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Utilities/copy.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ function _pass_attribute(
4444
dest::MOI.ModelLike,
4545
src::MOI.ModelLike,
4646
index_map,
47-
::MOI.ConstraintFunction{F},
48-
) where {F}
47+
::MOI.ConstraintFunction,
48+
)
4949
return _pass_attribute(
5050
dest,
5151
src,
5252
index_map,
53-
UnsafeConstraintFunction{F}(),
53+
UnsafeConstraintFunction(),
5454
)
5555
end
5656

0 commit comments

Comments
 (0)