Skip to content

Commit 72cf57f

Browse files
committed
Fix formatting error
1 parent 0f7bb39 commit 72cf57f

File tree

1 file changed

+1
-3
lines changed
  • crates/bindings/tmc-langs-node/src

1 file changed

+1
-3
lines changed

Diff for: crates/bindings/tmc-langs-node/src/de.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ impl<'a, 'j, C: Context<'j>> Deserializer<'a, 'j, C> {
2828
}
2929
}
3030

31-
impl<'x, 'j, C: Context<'j>> serde::de::Deserializer<'x>
32-
for &mut Deserializer<'_, 'j, C>
33-
{
31+
impl<'x, 'j, C: Context<'j>> serde::de::Deserializer<'x> for &mut Deserializer<'_, 'j, C> {
3432
type Error = LibError;
3533

3634
fn deserialize_any<V>(self, visitor: V) -> Result<V::Value, Self::Error>

0 commit comments

Comments
 (0)