rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

Upgrade rusqlite

Open gwenn opened this issue 4 years ago • 0 comments
trafficstars

NO_PARAMS has been deprecated. For homogeneous parameters, [value1, value2, ...] can be used directly. For heterogeneous parameters, params![value1, value2, ...] is preferred.


Things to check before submitting a PR

  • [ ] the tests are passing locally with cargo test
  • [ ] cookbook renders correctly in mdbook serve -o
  • [X] commits are squashed into one and rebased to latest master
  • [ ] spell check runs without errors ./ci/spellcheck.sh
  • [ ] link check runs without errors link-checker ./book
  • [ ] non rendered items are in sorted order (links, reference, identifiers, Cargo.toml)
  • [ ] links to docs.rs have wildcard version https://docs.rs/tar/*/tar/struct.Entry.html
  • [ ] example has standard error handling
  • [ ] code identifiers in description are in hyperlinked backticks
[`Entry::unpack`]: https://docs.rs/tar/*/tar/struct.Entry.html#method.unpack

Things to do after submitting PR

  • [ ] check if CI is happy with your PR

gwenn avatar Apr 17 '21 09:04 gwenn