Skip to content

Commit

Permalink
Add TODO for fixing self restriction
Browse files Browse the repository at this point in the history
Because old compiler wants this definition and CI uses old compiler...
  • Loading branch information
makenowjust committed Feb 2, 2017
1 parent 090fa27 commit 3105ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enum.cr
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ struct Enum
value <=> other.value
end

# TODO: Remove `#==` after release next version. It is no longer needed.

# :nodoc:
def ==(other)
false
Expand Down

0 comments on commit 3105ce2

Please sign in to comment.