pull/968/head
Amr Bashir 1 year ago committed by GitHub
parent fe4fb7dc7a
commit 7cefa2b0bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -209,7 +209,7 @@ impl<R: Runtime> Default for Builder<R> {
} }
impl<R: Runtime> Builder<R> { impl<R: Runtime> Builder<R> {
fn new() -> Self { pub fn new() -> Self {
Self::default() Self::default()
} }

Loading…
Cancel
Save