mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
The only instances of the &(*x) dereferencing pattern in the codebase, is used with Completion smart pointers. Changed it to use as_ref(). No functional changes. Closes #516