mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
fix warnings in cpass test
This commit is contained in:
parent
72f0cc505a
commit
a233808280
1 changed files with 2 additions and 0 deletions
|
@ -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) {}
|
||||||
|
|
Loading…
Reference in a new issue