Skip to content

Commit 95f2bdb

Browse files
committed
feat: add copy_into! for GraphNode
1 parent 34b150b commit 95f2bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interfaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ ni_description = (
419419
[Arguments()]
420420
)
421421
@implements(
422-
NodeInterface{all_ni_methods_except((:leaf_copy_into!, :branch_copy_into!))},
422+
NodeInterface{all_ni_methods_except(())},
423423
GraphNode,
424424
[Arguments()]
425425
)

0 commit comments

Comments
 (0)