fix warnings in cpass test

This commit is contained in:
Jorge Aparicio 2019-02-23 21:56:05 +01:00
parent 72f0cc505a
commit a233808280

View file

@ -20,6 +20,8 @@ const APP: () = {
fn bar() {} fn bar() {}
}; };
#[allow(dead_code)]
fn foo_trampoline(_: foo::Context) {} fn foo_trampoline(_: foo::Context) {}
#[allow(dead_code)]
fn bar_trampoline(_: bar::Context) {} fn bar_trampoline(_: bar::Context) {}