chore: Make Clippy happy.

This commit is contained in:
Ivan Enderlin
2023-06-22 13:39:00 +02:00
parent eb2213467a
commit d43d5b515e

View File

@@ -63,6 +63,7 @@
//! machine's state, which can be pretty helpful for the client app.
mod room;
#[allow(clippy::module_inception)]
mod room_list;
mod state;