embedded-hal icon indicating copy to clipboard operation
embedded-hal copied to clipboard

So many warnings!

Open thejpster opened this issue 6 years ago • 2 comments
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?

thejpster avatar May 14 '19 15:05 thejpster

Does #![allow(deprecated)] help?

little-arhat avatar May 14 '19 19:05 little-arhat

v1/v2 traits have been removed in v1.0.0 (#177) which I believe resolves this issue

ryankurte avatar Jun 19 '20 23:06 ryankurte