diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-02-23 21:56:05 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-02-26 23:22:34 +0100 |
| commit | a23380828071af69ec0362aae1b30c6e09b511f0 (patch) | |
| tree | c43bf094e6ded4a5053c6d2a4e49b2322d59558a | |
| parent | 72f0cc505addf00d493b764418e4207f53434152 (diff) | |
fix warnings in cpass test
| -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) {} |
