Commit 0fe71f9
authored
Allow deprecated
# Objective
`heapless` just deprecated their `mpmc` module in a minor version, which
broke our `no_std` builds (because we choose to break our break our
builds on warnings).
rust-embedded/heapless#583
https://docs.rs/heapless/latest/heapless/mpmc/index.html
## Solution
Short term, fix our builds by allowing this usage of a deprecated
function. However it is worth investigating:
#21819heapless::mpmc to fix no_std builds (#21818)1 parent 33a48a9 commit 0fe71f9
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
474 | 475 | | |
475 | 476 | | |
476 | 477 | | |
| |||
481 | 482 | | |
482 | 483 | | |
483 | 484 | | |
484 | | - | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
485 | 489 | | |
486 | 490 | | |
487 | 491 | | |
| |||
0 commit comments