mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
Fix tidy error
This commit is contained in:
parent
47936b4813
commit
3e69335c44
@ -10,8 +10,8 @@ derivative = "2.2.0"
|
|||||||
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
|
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
|
||||||
rustc_index = { path = "../rustc_index", default-features = false }
|
rustc_index = { path = "../rustc_index", default-features = false }
|
||||||
rustc_macros = { path = "../rustc_macros", optional = true }
|
rustc_macros = { path = "../rustc_macros", optional = true }
|
||||||
rustc_span = { path = "../rustc_span", optional = true }
|
|
||||||
rustc_serialize = { path = "../rustc_serialize", optional = true }
|
rustc_serialize = { path = "../rustc_serialize", optional = true }
|
||||||
|
rustc_span = { path = "../rustc_span", optional = true }
|
||||||
smallvec = { version = "1.8.1" }
|
smallvec = { version = "1.8.1" }
|
||||||
# tidy-alphabetical-end
|
# tidy-alphabetical-end
|
||||||
|
|
||||||
@ -21,8 +21,8 @@ nightly = [
|
|||||||
"smallvec/may_dangle",
|
"smallvec/may_dangle",
|
||||||
"smallvec/union",
|
"smallvec/union",
|
||||||
"rustc_index/nightly",
|
"rustc_index/nightly",
|
||||||
"rustc_span",
|
|
||||||
"rustc_serialize",
|
"rustc_serialize",
|
||||||
|
"rustc_span",
|
||||||
"rustc_data_structures",
|
"rustc_data_structures",
|
||||||
"rustc_macros",
|
"rustc_macros",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user