We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197a2e6 commit 7a02097Copy full SHA for 7a02097
src/parser/event_parser/grammar/paths.rs
@@ -32,7 +32,6 @@ fn path(p: &mut Parser) {
32
}
33
34
35
-
36
fn path_segment(p: &mut Parser, first: bool) {
37
let segment = p.start();
38
if first {
0 commit comments