aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.rs')
-rw-r--r--src/buffer.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buffer.rs b/src/buffer.rs
index a461cc49..ec172259 100644
--- a/src/buffer.rs
+++ b/src/buffer.rs
@@ -12,13 +12,11 @@
feature = "proc-macro"
))]
use crate::proc_macro as pm;
+use crate::Lifetime;
use proc_macro2::{Delimiter, Group, Ident, Literal, Punct, Spacing, Span, TokenStream, TokenTree};
-
use std::marker::PhantomData;
use std::ptr;
-use crate::Lifetime;
-
/// Internal type which is used instead of `TokenTree` to represent a token tree
/// within a `TokenBuffer`.
enum Entry {