aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRenĂ© van Dorst <[email protected]>2025-02-03 22:08:23 +0100
committerRenĂ© van Dorst <[email protected]>2025-02-03 22:08:23 +0100
commitd363401ba519e23a189f05287ecafd95f2feba16 (patch)
tree575eaa29b421f5b9cf745a5dcbe210e829592335 /docs
parent113383b8b1c08d9240af80bf2f1c5811d46bf1a2 (diff)
embassy-usb: fix `core::intrinsics` deprecate warning in nightly.
Replaced `core::intrinsics::copy_nonoverlapping` with the `core::ptr::copy_nonoverlapping`. Compiling embassy-usb v0.4.0 (embassy/embassy-usb) warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead --> embassy/embassy-usb/src/class/cdc_ncm/mod.rs:17:23 | 17 | use core::intrinsics::copy_nonoverlapping; | ^^^^^^^^^^^^^^^^^^^
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions