There was an error while loading. Please reload this page.
1 parent 9bde69c commit 848edaaCopy full SHA for 848edaa
1 file changed
crates/header-translator/src/method.rs
@@ -585,10 +585,6 @@ impl Method {
585
.unwrap_or(false)
586
&& result_type == Ty::VOID_RESULT;
587
588
- if modifiers.swift_async.is_some() && !potentially_async_completion_handler {
589
- error!(selector, "swift_async on a method without a suitable block");
590
- }
591
-
592
// Next, determine if the naming makes it an inferred
593
let last_selector_piece = name_translation::last_selector_piece(&selector);
594
let implicitly_inferred_async_completion_handler =
0 commit comments