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

Clean up docs around implementations of `Connection` #464

Closed
sgrif opened this Issue Oct 3, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@sgrif
Member

sgrif commented Oct 3, 2016

The PgConnection and SqliteConnection structs have a bunch of private methods showing up in docs. They need to all be #[doc(hidden)]. Pretty much anything that isn't part of the connection API, or an obvious intended backend specific extension needs to be hidden.

@gsquire

This comment has been minimized.

Contributor

gsquire commented Oct 14, 2016

I can help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment