You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation for the TransferInPlace operation violates the aliasing rule by creating an immutable reference from a mutable one, but keeping both.
The implementation for the
TransferInPlace
operation violates the aliasing rule by creating an immutable reference from a mutable one, but keeping both.linux-embedded-hal/src/spi.rs
Lines 216 to 222 in 1ffb268
There needs to be a corresponding method for
SpidevTransfer
, e.g.read_write_in_place
.The text was updated successfully, but these errors were encountered: