File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ derivative = "2.2.0"
1010rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
1111rustc_index = { path = " ../rustc_index" , default-features = false }
1212rustc_macros = { path = " ../rustc_macros" , optional = true }
13- rustc_span = { path = " ../rustc_span" , optional = true }
1413rustc_serialize = { path = " ../rustc_serialize" , optional = true }
14+ rustc_span = { path = " ../rustc_span" , optional = true }
1515smallvec = { version = " 1.8.1" }
1616# tidy-alphabetical-end
1717
@@ -21,8 +21,8 @@ nightly = [
2121 " smallvec/may_dangle" ,
2222 " smallvec/union" ,
2323 " rustc_index/nightly" ,
24- " rustc_span" ,
2524 " rustc_serialize" ,
25+ " rustc_span" ,
2626 " rustc_data_structures" ,
2727 " rustc_macros" ,
2828]
You can’t perform that action at this time.
0 commit comments