Parse paths
diff --git a/src/lib.rs b/src/lib.rs
index 54d81b2..266d7b8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -316,7 +316,8 @@
 #[macro_use]
 pub mod token;
 
-pub use proc_macro2::Ident;
+mod ident;
+pub use ident::Ident;
 
 #[cfg(any(feature = "full", feature = "derive"))]
 mod attr;