Clippy errors and says to use Read::read_exact
inside implementations of Read::read_exact
that don't directly use the output of Read::read
#4836
Labels
C-bug
Category: Clippy is not doing the correct thing
L-suggestion
Lint: Improving, adding or fixing lint suggestions
Given the following
read_exact
implementation:Clippy gives the following error:
The text was updated successfully, but these errors were encountered: