Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken link to Error struct in docs #371

Open
alexkingnz opened this issue Aug 7, 2024 · 0 comments
Open

Broken link to Error struct in docs #371

alexkingnz opened this issue Aug 7, 2024 · 0 comments

Comments

@alexkingnz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant