BurntSushi / BurntSushi/rust-csv

Broken link to Error struct in docs

Open
#371 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
2k
Forks
257
PR merge metrics
No merged PRs in 30d

Description

Thank you for taking the time to file a bug report. The following describes
some guidelines to creating a minimally useful ticket.

Above all else: do not describe your problem, **SHOW** your problem.

#### What version of the `csv` crate are you using?

https://docs.rs/csv/latest/csv/struct.Reader.html

#### Briefly describe the question, bug or feature request.

At docs.rs, there is a broken link on the Reader page (url above) in the text "For more details on the precise semantics of errors, see the [Error](https://docs.rs/csv/latest/csv/enum.Error.html) type."

Maybe the Error type was changed from an Enum to a Struct at some point. And the docs need to be updated.
So https://docs.rs/csv/latest/csv/enum.Error.html should be https://docs.rs/csv/latest/csv/struct.Error.html instead.

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.