Andrew Phillips (aider) 1207dfc2c0 fix: correct invalid self import in delete.rs
The original line `use crate::db::self;` was invalid because `self` cannot be used in a `use` statement outside of a list. Changed to `use crate::db;` to properly import the module.
2025-05-10 08:41:08 -03:00
2025-05-06 10:51:03 -03:00
2024-02-26 13:39:34 -04:00
2025-05-06 14:53:22 -03:00
2025-05-06 11:12:52 -03:00
2024-02-26 14:53:35 -04:00
Description
No description provided
MIT 13 MiB
Languages
Rust 99.5%
Shell 0.3%
Dockerfile 0.2%