Skip to content

Commit

Permalink
generator: quote::* is already imported
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Nov 24, 2020
1 parent 492b17d commit 4aadcf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use quote::*;
use heck::{CamelCase, ShoutySnakeCase, SnakeCase};
use itertools::Itertools;
use proc_macro2::{Literal, Term, TokenNode, TokenStream, TokenTree};
use quote::Tokens;
use std::collections::{BTreeMap, HashMap, HashSet};
use std::fmt::Display;
use std::hash::BuildHasher;
Expand Down

0 comments on commit 4aadcf7

Please sign in to comment.