mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 14:31:53 +00:00
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…
x
Reference in New Issue
Block a user