diff options
author | Joris | 2025-02-07 10:49:24 +0100 |
---|---|---|
committer | Joris | 2025-02-07 10:49:24 +0100 |
commit | a217f4c75def40889710cfcf776ff827745fb6ff (patch) | |
tree | 837d4175b7786284a89d1cc41df518e23c8bc0b0 /src/db | |
parent | 99fe1002c5961dcf5063b7ed51a9dfc426f96ace (diff) |
Use &str instead of String in funcion params when possible
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/event-color.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/db/event-color.rs b/src/db/event-color.rs deleted file mode 100644 index 18612e4..0000000 --- a/src/db/event-color.rs +++ /dev/null @@ -1,7 +0,0 @@ - - -pub fn get_default_color(conn: &Connection) -> Result<String> { -} - -// pub fn set_default_color(conon: &Connection, color: &str) -> Result<()> { -// } |