1
2
3
4
5
6
7
//! Prelude for convenience.

pub use super::comment::comment;
pub use super::spanned_quote::Quote;
pub use super::{IdentExt, SpanExt, ToTokensExt};
pub use proc_macro2::{Group, Literal, Punct, Span, TokenStream, TokenTree};
pub use syn::Ident;