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

pub use super::comment::comment;
pub use super::spanned_quote::Quote;
pub use super::{IdentExt, SpanExt, ToTokensExt};