Private
Public Access
1
0

clippy/cleanup

This commit is contained in:
2024-12-21 18:01:00 -08:00
parent 53d4604b63
commit 89f8d21ebb
5 changed files with 25 additions and 11 deletions

View File

@@ -2,6 +2,5 @@ pub mod conversation;
pub mod participant;
pub mod db;
// Re-export the public types
pub use conversation::Conversation;
pub use participant::Participant;