Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upClean up docs around implementations of `Connection` #464
Comments
sgrif
added
the
good first issue
label
Oct 3, 2016
This comment has been minimized.
|
I can help with this. |
sgrif
closed this
in
#481
Oct 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedOct 3, 2016
The
PgConnectionandSqliteConnectionstructs 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.