This commit is contained in:
Amr Bashir
2024-02-19 16:03:32 +02:00
committed by GitHub
parent fe4fb7dc7a
commit 7cefa2b0bd
+1 -1
View File
@@ -209,7 +209,7 @@ impl<R: Runtime> Default for Builder<R> {
}
impl<R: Runtime> Builder<R> {
fn new() -> Self {
pub fn new() -> Self {
Self::default()
}