allow deed code can rx & clippy

This commit is contained in:
Philipp Scheff
2023-07-03 23:48:07 +02:00
parent af15b49bfe
commit a96f30edf4
2 changed files with 8 additions and 7 deletions

View File

@ -387,6 +387,7 @@ impl<'c, 'd, T: Instance> CanTx<'c, 'd, T> {
}
}
#[allow(dead_code)]
pub struct CanRx<'c, 'd, T: Instance> {
can: &'c RefCell<bxcan::Can<BxcanInstance<'d, T>>>,
}