From 91f967ed289918bbbd6d7ae1b992132b6f7cb084 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 2 Aug 2024 16:00:10 +0200 Subject: remove unneeded `pub` --- src/config/theme/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/theme') diff --git a/src/config/theme/mod.rs b/src/config/theme/mod.rs index 082cd17..074a063 100644 --- a/src/config/theme/mod.rs +++ b/src/config/theme/mod.rs @@ -7,7 +7,7 @@ use super::DUMMY_CONFIG; pub mod style; pub mod sheetview; -pub(self) mod bar; +mod bar; #[derive(Clone, Debug, Default)] pub struct Theme { -- cgit v1.2.3-70-g09d2