From f0b9fa7b6fee4e8ae7a304b7df6daff7a9ebd719 Mon Sep 17 00:00:00 2001 From: anant Date: Tue, 18 Feb 2025 16:12:18 +0530 Subject: [PATCH] updated alerts module's visibility --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d26e37974..91fa0a405 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,7 +17,7 @@ */ pub mod about; -mod alerts; +pub mod alerts; pub mod analytics; pub mod audit; pub mod banner;