Skip to content

Commit

Permalink
Remove the Sized trait as we are now using __hashmore__
Browse files Browse the repository at this point in the history
  • Loading branch information
msaelices committed Oct 6, 2024
1 parent fcd67c3 commit 83efd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csv/read.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ alias QUOTE_IN_QUOTED_FIELD = 8
struct _ReaderIter[
reader_mutability: Bool, //,
reader_lifetime: Lifetime[reader_mutability].type,
](Sized):
]:
"""Iterator for any random-access container"""

var reader_ref: Pointer[reader, reader_lifetime]
Expand Down

0 comments on commit 83efd8a

Please sign in to comment.