diff options
Diffstat (limited to 'ext/fetch/lib.rs')
-rw-r--r-- | ext/fetch/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fetch/lib.rs b/ext/fetch/lib.rs index 766dabb62..f2a962539 100644 --- a/ext/fetch/lib.rs +++ b/ext/fetch/lib.rs @@ -124,7 +124,6 @@ where ) .unwrap() }); - Ok(()) }) .build() } |