tokio-rs / toasty

An async ORM for Rust (incubating)
MIT License
590 stars 18 forks source link

Codebase has some unnecessary `&` references #31

Open hamirmahal opened 18 hours ago

hamirmahal commented 18 hours ago

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

We can remove those unnecessary references to simplify the codebase.