commit | 9cc2f0964d4fa1443893f9f50338db5b8b478f77 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Aug 24 15:51:37 2018 -0400 |
committer | David Tolnay <dtolnay@gmail.com> | Fri Aug 24 15:51:37 2018 -0400 |
tree | 9f24d82c37c828d41c7b73dd3b25c848cb26c1b7 | |
parent | f717705dfee4c5825baf6771fa9e2fec68958fc6 [diff] [blame] |
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 }