Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Shfty committed Dec 15, 2023
1 parent 7fa16b9 commit 43f245e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/permutate/permutations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ use syn::{
Error, Ident, LitStr, braced, ExprLit, parse_quote, TypePath,
};

use crate::permutate::types::Type;

use super::{keywords, parameters::Parameters, types::Types};

pub enum PermutationField {
Expand Down

0 comments on commit 43f245e

Please sign in to comment.