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

Misc. test fixes #25

Merged
merged 2 commits into from
Nov 12, 2022
Merged

Misc. test fixes #25

merged 2 commits into from
Nov 12, 2022

Conversation

cljoly
Copy link
Owner

@cljoly cljoly commented Nov 12, 2022

  • docs: fix doc tests
  • chore: fix clippy warning

It seems that with recent Rust versions (introduction of GAT?) combined
with old rusqlite versions (for instance 0.23.0), the compiler gets lost
here if we don’t use a type for the arguments of execute.
With recent versions of rusqlite, a borrow became useless. But it’s not
quite worth incrementing the minimum required rusqlite version, so
silence this particular warning in this particular place for now.
@cljoly cljoly merged commit ed3b3f4 into master Nov 12, 2022
@cljoly cljoly deleted the test-fixes branch November 12, 2022 21:20
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.

None yet

1 participant