embedded-hal
embedded-hal copied to clipboard
So many warnings!
trafficstars
My current project has an in-tree HAL implementation. I now can't see any of the build errors because they're hidden among umpteen pages of deprecation warnings for the v1 hal traits.
Is there any easy way to shut these warnings up?
Does #![allow(deprecated)] help?
v1/v2 traits have been removed in v1.0.0 (#177) which I believe resolves this issue