Skip to content

Commit

Permalink
Replaced deprecated splat operator (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoyBarney authored Nov 29, 2024
1 parent 892c256 commit 023dc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.cr
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module DB

# See `DB::TYPES` in `DB`. `Any` is a union of all types in `DB::TYPES`
{% begin %}
alias Any = Union({{*TYPES}})
alias Any = Union({{TYPES.splat}})
{% end %}

# Result of a `#exec` statement.
Expand Down

0 comments on commit 023dc5d

Please sign in to comment.