Skip to content

Commit a1e086e

Browse files
committed
leave pre 25.5 support
1 parent d0a221f commit a1e086e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/csv_reader.mojo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ from testing import assert_true
66

77
# https://www.rfc-editor.org/rfc/rfc4180
88
#
9+
@value
910
@fieldwise_init
1011
struct CsvReader(Copyable, Representable, Sized, Stringable, Writable):
1112
# var data: Dict[String,String]

0 commit comments

Comments
 (0)