Remove useless discard of function argument that is used
This commit is contained in:
parent
3c7dd6fc1e
commit
fc04d1219a
@ -1555,7 +1555,6 @@ pub trait Visitor<'de>: Sized {
|
||||
where
|
||||
E: Error,
|
||||
{
|
||||
let _ = v;
|
||||
Err(Error::invalid_type(Unexpected::Bytes(v), &self))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user