Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Feb 20, 2024
1 parent 4dfc9ea commit 9261b07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/tests/from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#![allow(clippy::similar_names)]

use serde::{Deserialize, Serialize};
use std::convert::{TryFrom, TryInto};

#[derive(Clone, Deserialize, Serialize)]
struct Foo;
Expand Down
1 change: 0 additions & 1 deletion macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use proc_macro2::{Literal, Span, TokenStream as TokenStream2};
use quote::{quote, ToTokens};
use std::{
collections::{BTreeMap, BTreeSet},
convert::TryFrom,
env::var,
str::FromStr,
};
Expand Down

0 comments on commit 9261b07

Please sign in to comment.