encoding.csv: update reader.v (#14807)
parent
f6f77e5264
commit
e505fcdac0
|
@ -38,7 +38,7 @@ fn (err InvalidLineEndingError) msg() string {
|
|||
return 'encoding.csv: could not find any valid line endings'
|
||||
}
|
||||
|
||||
struct Reader {
|
||||
pub struct Reader {
|
||||
// not used yet
|
||||
// has_header bool
|
||||
// headings []string
|
||||
|
|
Loading…
Reference in New Issue