Fix bastion of the turbofish
diff --git a/src/path.rs b/src/path.rs
index e57c8f4..a848944 100644
--- a/src/path.rs
+++ b/src/path.rs
@@ -358,7 +358,7 @@
         ));
     }
 
-    named!(mod_style_path_segment -> PathSegment, alt!(
+    named!(pub mod_style_path_segment -> PathSegment, alt!(
         syn!(Ident) => { Into::into }
         |
         keyword!(super) => { Into::into }