Skip to content

Commit 5905206

Browse files
committed
updated comment
1 parent a397bfe commit 5905206

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/varname.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ struct VarName{sym,T<:Lens}
3333
indexing::T
3434

3535
function VarName{sym}(indexing=IdentityLens()) where {sym}
36-
# TODO: Should we completely disallow or just `@warn`?
37-
# TODO: Does this affect performance?
36+
# TODO: Should we completely disallow or just `@warn` of limited support?
3837
if !is_static_lens(indexing)
3938
error("attempted to construct `VarName` with dynamic lens of type $(nameof(typeof(indexing)))")
4039
end

0 commit comments

Comments
 (0)