Rollup merge of #139532 - bjoernager:master, r=tgross35

Update `u8`-to-and-from-`i8` suggestions.

`u8::cast_signed` and `i8::cast_unsigned` have been stabilised, but `i8::from_ne_bytes` et al. still suggest using `as i8` or `as u8`.
This commit is contained in:
Matthias Krüger 2025-04-09 20:23:12 +02:00 committed by GitHub
commit 3b882a3377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available