Skip to content

Commit

Permalink
Add necessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed Jul 9, 2024
1 parent d5f8a93 commit c60660b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/Cargo.lock
/examples/*/target
/examples/*/Cargo.lock
*.sh
4 changes: 0 additions & 4 deletions src/tree/serde.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use alloc::string::String;

use ::serde::{Deserialize, ser::SerializeStruct, Serialize};

use crate::lib::*;
Expand Down Expand Up @@ -59,8 +57,6 @@ where

#[cfg(test)]
mod tests {
use alloc::vec::Vec;

use crate::prelude::Node;

use super::*;
Expand Down

0 comments on commit c60660b

Please sign in to comment.