encoding.csv: update reader.v (#14807)

master
Ulises Jeremias Cornejo Fandos 2022-06-21 02:31:47 -03:00 committed by GitHub
parent f6f77e5264
commit e505fcdac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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