]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Auto merge of #6432 - giraffate:sync-from-rust, r=flip1995
[rust.git] / Cargo.toml
index dae3e03074faeb80f1952290754abc420e6e7184..a765390c6032d4c83694367683988b4b1c5e3bc0 100644 (file)
@@ -27,19 +27,12 @@ path = "src/main.rs"
 name = "clippy-driver"
 path = "src/driver.rs"
 
-[target.'cfg(NOT_A_PLATFORM)'.dependencies]
-rustc_data_structures = { path = "/home/urcra/rust/compiler/rustc_data_structures" }
-rustc_driver = { path = "/home/urcra/rust/compiler/rustc_driver" }
-rustc_errors = { path = "/home/urcra/rust/compiler/rustc_errors" }
-rustc_interface = { path = "/home/urcra/rust/compiler/rustc_interface" }
-rustc_middle = { path = "/home/urcra/rust/compiler/rustc_middle" }
-
 [dependencies]
 # begin automatic update
 clippy_lints = { version = "0.0.212", path = "clippy_lints" }
 # end automatic update
 semver = "0.11"
-rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
+rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util" }
 tempfile = { version = "3.1.0", optional = true }
 
 [dev-dependencies]
@@ -56,8 +49,9 @@ derive-new = "0.5"
 rustc-workspace-hack = "1.0.0"
 
 [build-dependencies]
-rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
+rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util" }
 
 [features]
 deny-warnings = []
 integration = ["tempfile"]
+internal-lints = ["clippy_lints/internal-lints"]