Closed MikeLuDev closed 10 months ago
The use of bytes, offset, and encoding has been deprecated since 1.15.0.
bytes
offset
encoding
1.15.0
Use Memcmp::new() instead of Memcmp {}
Memcmp::new()
Memcmp {}
Description
The use of
bytes
,offset
, andencoding
has been deprecated since1.15.0
.Solution
Use
Memcmp::new()
instead ofMemcmp {}