Skip to content

Commit 3670b46

Browse files
committed
add comment
1 parent f1a8046 commit 3670b46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/algorithms.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ end
2929
Algorithm{Name}(; kwargs...) where {Name} = Algorithm{Name}(NamedTuple(kwargs))
3030

3131
# Utility function to canonicalize keys
32+
# TODO: generated function can likely be dropped once Julia 1.10 support is dropped
3233
@generated _canonicalize_namedtuple(nt::NamedTuple{N}) where {N} =
3334
:(NamedTuple{$(Tuple(sort(collect(N))))}(nt))
3435

0 commit comments

Comments
 (0)