Update plugin.rs

This commit is contained in:
Amr Bashir
2024-02-19 16:03:20 +02:00
committed by GitHub
parent 72db444401
commit fe4fb7dc7a
+1 -1
View File
@@ -273,7 +273,7 @@ pub struct Builder {
}
impl Builder {
fn new() -> Self {
pub fn new() -> Self {
Self::default()
}