]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/Cargo.toml
Rollup merge of #68339 - msizanoen1:patch-1, r=pietroalbini
[rust.git] / src / libsyntax / Cargo.toml
index 2098656db9822b0c4f51e7a06996bed8025ad55f..2e647d2a1e0810c59243467974ca13e81dd1d619 100644 (file)
@@ -10,18 +10,15 @@ 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_errors = { path = "../librustc_errors" }
 rustc_span = { path = "../librustc_span" }
-errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_index = { path = "../librustc_index" }
 rustc_lexer = { path = "../librustc_lexer" }
 rustc_macros = { path = "../librustc_macros" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
-rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_session = { path = "../librustc_session" }