diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/cpass/binds.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cpass/binds.rs b/tests/cpass/binds.rs index 361f08f..7cb9174 100644 --- a/tests/cpass/binds.rs +++ b/tests/cpass/binds.rs @@ -20,6 +20,8 @@ const APP: () = { fn bar() {} }; +#[allow(dead_code)] fn foo_trampoline(_: foo::Context) {} +#[allow(dead_code)] fn bar_trampoline(_: bar::Context) {} |
