Skip to content

Remove #[doc(hidden)] from pub trait TransactionManager #3157

Answered by abonander
cfkaran2 asked this question in Q&A
Discussion options

You must be logged in to vote

I thought it was documented somewhere but I guess not.

#[doc(hidden)] APIs are not strictly forbidden, but they are considered sever-exempt. Our interpretation of what that means is discussed with the SQLite driver: https://docs.rs/sqlx/latest/sqlx/sqlite/index.html

In short, you're welcome to use hidden APIs, we just reserve the right to change them without notice so you should link to SQLx using a pinned version.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cfkaran2
Comment options

@abonander
Comment options

Answer selected by cfkaran2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants