tokio-rs / toasty

An async ORM for Rust (incubating)
MIT License
1.09k stars 26 forks source link

Codebase has some unnecessary `&` references #31

Closed hamirmahal closed 4 weeks ago

hamirmahal commented 1 month ago

There's code that creates references that the compiler automatically dereferences.

We can remove those unnecessary references to simplify the codebase.