Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kasravnd committed Dec 25, 2024
1 parent b9dd051 commit 0a30416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ match result {
Err(ExtractorError::Io { source, path }) => // Handle I/O errors
Err(ExtractorError::Csv(e)) => // Handle CSV parsing errors
Err(ExtractorError::Index { kind, path }) => // Handle index-related errors
// etc.
}
```

Expand Down

0 comments on commit 0a30416

Please sign in to comment.