Parse types
diff --git a/src/attr.rs b/src/attr.rs
index 73af023..7b1cfa9 100644
--- a/src/attr.rs
+++ b/src/attr.rs
@@ -427,7 +427,7 @@
                 pound: punct!(#) >>
                 bang: punct!(!) >>
                 path_and_tts: brackets!(tuple!(
-                    call!(Path::parse_mod_style),
+                    call!(Path::old_parse_mod_style),
                     syn!(TokenStream),
                 )) >>
                 ({
@@ -465,7 +465,7 @@
             do_parse!(
                 pound: punct!(#) >>
                 path_and_tts: brackets!(tuple!(
-                    call!(Path::parse_mod_style),
+                    call!(Path::old_parse_mod_style),
                     syn!(TokenStream),
                 )) >>
                 ({