launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
13.15k stars 1.24k forks source link

doc: Minor rust docs fixes #3312

Closed SrGesus closed 2 months ago

SrGesus commented 3 months ago

There seemed to be many broken links and intra-doc links in the rust docs, fixed a bunch of them along with a few other warnings.

However I am not able to fix some intra-doc links and I don't known if they are possible to fix. They have in common in that they are links in sqlx-core and they need to reference an item from the other libraries, for example in pool, but since they are not dependencies of sqlx-core i don't seem to be able to reference them (if they were dependencies it would cause a cyclic dependency however).

SrGesus commented 2 months ago

bump

SrGesus commented 2 months ago

Thank you! I think that is it