mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +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