mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
chore: needless mut
This commit is contained in:
@@ -54,7 +54,7 @@ impl<'de> Deserialize<'de> for Id {
|
||||
)
|
||||
}
|
||||
|
||||
fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error>
|
||||
fn visit_seq<A>(self, seq: A) -> Result<Self::Value, A::Error>
|
||||
where
|
||||
A: serde::de::SeqAccess<'de>,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user