From 7cefa2b0bd0ed56cebc4bc4888dc8bdcde6c138d Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 19 Feb 2024 16:03:32 +0200 Subject: [PATCH] pub --- plugins/store/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/store/src/lib.rs b/plugins/store/src/lib.rs index 018f02029..f76752f8f 100644 --- a/plugins/store/src/lib.rs +++ b/plugins/store/src/lib.rs @@ -209,7 +209,7 @@ impl Default for Builder { } impl Builder { - fn new() -> Self { + pub fn new() -> Self { Self::default() }