scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Remove unnecessary types, stylistic fixes #99

Closed Lorak-mmk closed 1 year ago

Lorak-mmk commented 1 year ago

This PR is part of a larger series of change (previous PRs: #97 #98 ) that leads to FFI safety refactor. It includes 3 commits that didn't fit anywhere else.

Commit 1 removes unnecessary type aliases. Commit 2 fixes Clippy warnings. Commit 3 has small code style changes.

For more information please see commit messages.

Pre-review checklist