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

doc: Minor rust docs fixes #3312

Merged
merged 6 commits into from
Jul 20, 2024
Merged

Conversation

SrGesus
Copy link
Contributor

@SrGesus SrGesus commented Jun 26, 2024

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 SrGesus changed the title Minor rust docs fixes doc: Minor rust docs fixes Jul 18, 2024
@SrGesus
Copy link
Contributor Author

SrGesus commented Jul 18, 2024

bump

Copy link
Collaborator

@abonander abonander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Just a few nits.

sqlx-core/src/any/connection/backend.rs Outdated Show resolved Hide resolved
sqlx-core/src/pool/mod.rs Outdated Show resolved Hide resolved
sqlx-mysql/src/types/mod.rs Show resolved Hide resolved
@SrGesus SrGesus requested a review from abonander July 19, 2024 23:52
@SrGesus
Copy link
Contributor Author

SrGesus commented Jul 19, 2024

Thank you! I think that is it

sqlx-mysql/src/types/mod.rs Outdated Show resolved Hide resolved
@SrGesus SrGesus requested a review from abonander July 20, 2024 02:09
@abonander abonander merged commit eaad7b2 into launchbadge:main Jul 20, 2024
65 checks passed
jrasanen pushed a commit to jrasanen/sqlx that referenced this pull request Oct 14, 2024
* Fixed some rust docs intra-doc non functioning links

* Minor tweaks

* Added warning for MSSQL not being functional yet

* Fixed requested changes

* Readded missing time

* Aligned table
jrasanen pushed a commit to jrasanen/sqlx that referenced this pull request Oct 14, 2024
* Fixed some rust docs intra-doc non functioning links

* Minor tweaks

* Added warning for MSSQL not being functional yet

* Fixed requested changes

* Readded missing time

* Aligned table
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

Successfully merging this pull request may close these issues.

2 participants