Skip to content

Commit 3aaef3b

Browse files
committed
Remove cyclic import * that resolve probably shouldn't have accepted
1 parent 3c4baf6 commit 3aaef3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import ast::*;
99
import lexer::reader;
1010
import prec::{as_prec, token_to_binop};
1111
import attr::parser_attr;
12-
import common::*;
12+
import common::{seq_sep, seq_sep_opt, seq_sep_none, token_to_str};
13+
import common::{parser_common};
1314
import dvec::{dvec, extensions};
1415

1516
export file_type;

0 commit comments

Comments
 (0)