Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ytanimura committed Sep 19, 2024
1 parent 58eb595 commit b10690c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruststep-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ mod snapshot_tests {
deserializer.deserialize_tuple_struct("S1", 0, S1HolderVisitor {})
}
}
#[doc(hidden)]
pub struct S1HolderVisitor;
impl<'de> ::ruststep::serde::de::Visitor<'de> for S1HolderVisitor {
type Value = S1Holder;
Expand Down Expand Up @@ -331,6 +332,7 @@ mod snapshot_tests {
deserializer.deserialize_tuple_struct("BASE_ANY", 0, BaseAnyHolderVisitor {})
}
}
#[doc(hidden)]
pub struct BaseAnyHolderVisitor;
impl<'de> ::ruststep::serde::de::Visitor<'de> for BaseAnyHolderVisitor {
type Value = BaseAnyHolder;
Expand Down

0 comments on commit b10690c

Please sign in to comment.