Skip to content

Commit

Permalink
Fix settokenvalue!
Browse files Browse the repository at this point in the history
  • Loading branch information
andyferris committed Jun 11, 2020
1 parent ba4bd05 commit e81e03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ end
return isassigned(d, token)
end

@propagate_inbounds function settokenvalue!(d::AbstractDictionary{<:Any,T}, t, value::T) where {T}
@propagate_inbounds function settokenvalue!(d::AbstractDictionary, t, value)
return settokenvalue!(d, t, convert(T, value))
end

Expand Down

0 comments on commit e81e03e

Please sign in to comment.