Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobozzo committed Dec 2, 2024
1 parent 311b942 commit da806b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/policy/literal/literal.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func List[T any](l []T) (ipld.Node, error) {
// Any creates an IPLD node from any value
// If possible, use another dedicated function for your type for performance.
func Any(v any) (res ipld.Node, err error) {
// TODO: handle uint overflow below

// some fast path
switch val := v.(type) {
case bool:
Expand Down

0 comments on commit da806b1

Please sign in to comment.