Skip to content

Commit

Permalink
Make the ext-types proc-macro tests pass again
Browse files Browse the repository at this point in the history
This started failing because of #1809.  I don't think that's a new
issue, but somehow the changes in this branch caused the tests to start
failing.

Removing this extra function, which I didn't mean to commit in the first
place, makes the tests pass.  Let's fix it for real in another branch.
  • Loading branch information
bendk committed Oct 27, 2023
1 parent d5eb09c commit 391a6bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fixtures/ext-types/uniffi-one/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,4 @@ fn get_my_proc_macro_type(t: UniffiOneProcMacroType) -> UniffiOneProcMacroType {
t
}

#[uniffi::export]
async fn get_uniffi_one_async() -> UniffiOneEnum {
UniffiOneEnum::One
}

uniffi::include_scaffolding!("uniffi-one");

0 comments on commit 391a6bc

Please sign in to comment.