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

Minor rustdoc improvements #4442

Merged
merged 5 commits into from
Feb 5, 2025
Merged

Conversation

thkoch2001
Copy link
Contributor

  • The long sentence in statement_cache/mod.rs felt hard to read. I broke it up in two.

  • s/a unbound/an unbound/

  • I was about to write my own equivalent to BoxedSqlQuery when I found it mentioned in a Github issue. So I thought into_boxed() deserves more advertisement.

- The long sentence in statement_cache/mod.rs felt hard to read. I broke it up
  in two.

- s/a unbound/an unbound/

- I was about to write my own equivalent to BoxedSqlQuery when I found it
  mentioned in a Github issue. So I thought into_boxed() deserves more
  advertisement.
@thkoch2001 thkoch2001 marked this pull request as ready for review January 19, 2025 08:21
@weiznich weiznich requested a review from a team January 20, 2025 07:14
@thkoch2001
Copy link
Contributor Author

thkoch2001 commented Jan 31, 2025

I'm sorry for the unwanted edits. This is very embarrassing. - Thank you for cleaning up after me.

#![allow(unsafe_code)] // ffi code
#![allow(unsafe_code)] // ffi Code
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this diff makes a difference.

@weiznich
Copy link
Member

weiznich commented Feb 4, 2025

I'm sorry for the unwanted edits. This is very embarrassing. - Thank you for cleaning up after me.

No worries, after all that's one of my tasks as maintainer.

@weiznich weiznich enabled auto-merge February 4, 2025 18:56
@weiznich weiznich added this pull request to the merge queue Feb 5, 2025
Merged via the queue into diesel-rs:master with commit edd7bd3 Feb 5, 2025
34 checks passed
@thkoch2001 thkoch2001 deleted the minor_doc_improvs branch February 5, 2025 13:29
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.

3 participants