diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-10 04:18:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-10 04:18:42 +0900 |
| commit | a366aa6249c0a8da29fbf2a8e36717bd5af1e56e (patch) | |
| tree | 33969af7ace97e28340fe9635463265725b3a76b /src/libsyntax | |
| parent | 2bade5dd7d818e30e0c3a593b552163680801ab1 (diff) | |
| parent | f443ae68c2d9bbe83e73c495572dc5d59b36e6ea (diff) | |
| download | rust-a366aa6249c0a8da29fbf2a8e36717bd5af1e56e.tar.gz rust-a366aa6249c0a8da29fbf2a8e36717bd5af1e56e.zip | |
Rollup merge of #68040 - sinkuu:unused, r=petrochenkov
Cleanup
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/Cargo.toml b/src/libsyntax/Cargo.toml index 2098656db98..e4f0398fb42 100644 --- a/src/libsyntax/Cargo.toml +++ b/src/libsyntax/Cargo.toml @@ -10,11 +10,9 @@ path = "lib.rs" doctest = false [dependencies] -bitflags = "1.2.1" rustc_serialize = { path = "../libserialize", package = "serialize" } log = "0.4" scoped-tls = "1.0" -lazy_static = "1.0.0" rustc_span = { path = "../librustc_span" } errors = { path = "../librustc_errors", package = "rustc_errors" } rustc_data_structures = { path = "../librustc_data_structures" } |
