surrealdb / surrealdb.rs

SurrealDB driver for Rust
https://surrealdb.com
Apache License 2.0
64 stars 7 forks source link

Run `cargo fmt` and `cargo clippy` #12

Closed rushmorem closed 1 year ago

rushmorem commented 1 year ago

What is the motivation?

Format the repo with the recently introduced .rustfmt.toml.

What does this change do?

Runs cargo fmt, cargo clippy and implements the suggested fixes.

What is your testing strategy?

Tests should continue to pass.

Is this related to any issues?

No