Fix super:: imports in tests.rs which is included via #[path] directive. When using #[path = "tests.rs"], super refers to the module containing the directive (store_impl), not the parent module. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| model.rs | ||
| store_impl.rs | ||
| tests.rs | ||
| traits.rs | ||