enable mod_module_files lint

This commit is contained in:
Charles Hall 2024-04-27 22:05:49 -07:00
parent 242d9e84cc
commit a626e7b0f0
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
44 changed files with 1 additions and 0 deletions

View file

@ -1,9 +0,0 @@
pub mod read_receipt;
pub mod typing;
pub trait Data: read_receipt::Data + 'static {}
pub struct Service {
pub read_receipt: read_receipt::Service,
pub typing: typing::Service,
}