Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ggiggle authored and liuq19 committed Jan 10, 2025
1 parent 03bf563 commit d0562bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/value/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1812,9 +1812,7 @@ mod test {
use std::path::Path;

use super::*;
use crate::{
error::make_error, from_slice, from_str, pointer, util::mock::MockString, Deserializer,
};
use crate::{error::make_error, from_slice, from_str, pointer, util::mock::MockString};

#[derive(serde::Serialize, serde::Deserialize, Debug, PartialEq)]
struct ValueInStruct {
Expand Down

0 comments on commit d0562bc

Please sign in to comment.