1
Fork 0

nix syntax::early_buffered_lints

This commit is contained in:
Mazdak Farrokhzad 2020-01-05 10:47:20 +01:00
parent 2b44a6c8f4
commit f361b71a7d
10 changed files with 15 additions and 19 deletions

View file

@ -3386,6 +3386,7 @@ dependencies = [
"rustc_expand",
"rustc_feature",
"rustc_parse",
"rustc_session",
"rustc_span",
"rustc_target",
"smallvec 1.0.0",
@ -3544,6 +3545,7 @@ dependencies = [
"rustc_feature",
"rustc_lexer",
"rustc_parse",
"rustc_session",
"rustc_span",
"serialize",
"smallvec 1.0.0",
@ -3769,6 +3771,7 @@ dependencies = [
"rustc_errors",
"rustc_feature",
"rustc_lexer",
"rustc_session",
"rustc_span",
"smallvec 1.0.0",
"syntax",