hgzimmerman / diesel_test_setup

Common utility for setting up databases for testing using Diesel
MIT License
6 stars 1 forks source link

Remove connection Impl for EphemeralDatabaseConnection #7

Closed hgzimmerman closed 4 years ago

hgzimmerman commented 4 years ago

Defer to using the deref impl to its wrapped type instead, as that implements Connection.