diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-04-22 10:34:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 10:34:04 +0900 |
| commit | 567e54fca5e864f95cd41ca05c113aa6b18d7006 (patch) | |
| tree | b8d3dc60730c3e968f99636d7d8e0bfe9bb58ce4 /src/librustc_parse | |
| parent | 24fb393207967d3f3b2802a0dbdd3efafab4e595 (diff) | |
| parent | fae4e2a155c860f81201e404eb2e28bde50bcc4e (diff) | |
| download | rust-567e54fca5e864f95cd41ca05c113aa6b18d7006.tar.gz rust-567e54fca5e864f95cd41ca05c113aa6b18d7006.zip | |
Rollup merge of #71236 - sinkuu:cleanup, r=nikomatsakis
Remove unused rustc_serialize::hex module * Remove unused `rustc_serialize::hex` module * Cleanup `Cargo.toml`
Diffstat (limited to 'src/librustc_parse')
| -rw-r--r-- | src/librustc_parse/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_parse/Cargo.toml b/src/librustc_parse/Cargo.toml index a73d30e860b..7164c678808 100644 --- a/src/librustc_parse/Cargo.toml +++ b/src/librustc_parse/Cargo.toml @@ -17,7 +17,6 @@ rustc_data_structures = { path = "../librustc_data_structures" } rustc_feature = { path = "../librustc_feature" } rustc_lexer = { path = "../librustc_lexer" } rustc_errors = { path = "../librustc_errors" } -smallvec = { version = "1.0", features = ["union", "may_dangle"] } rustc_session = { path = "../librustc_session" } rustc_span = { path = "../librustc_span" } rustc_ast = { path = "../librustc_ast" } |
