From d43d5b515ece66dbc32145925ccd0c4792cfb785 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 22 Jun 2023 13:39:00 +0200 Subject: [PATCH] chore: Make Clippy happy. --- crates/matrix-sdk-ui/src/room_list/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/matrix-sdk-ui/src/room_list/mod.rs b/crates/matrix-sdk-ui/src/room_list/mod.rs index 5913726fc..c8ca0324e 100644 --- a/crates/matrix-sdk-ui/src/room_list/mod.rs +++ b/crates/matrix-sdk-ui/src/room_list/mod.rs @@ -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;