]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Rollup merge of #56441 - ollie27:rustbuild_compiler_docs, r=alexcrichton
[rust.git] / Cargo.toml
index 874f5cb96803a01e770892ed3198f75971f244c4..b763caa97d7ca2c37e512d086bc37309e2ad1933 100644 (file)
@@ -27,6 +27,8 @@ members = [
 exclude = [
   "src/tools/rls/test_data",
   "build",
+  # HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`.
+  "obj",
 ]
 
 # Curiously, LLVM 7.0 will segfault if compiled with opt-level=3
@@ -63,6 +65,6 @@ rustfmt-nightly = { path = "src/tools/rustfmt" }
 # here
 rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }
 
-[patch."https://github.com/rust-lang-nursery/rust-clippy"]
+[patch."https://github.com/rust-lang/rust-clippy"]
 clippy_lints = { path = "src/tools/clippy/clippy_lints" }
 rustc_tools_util = { path = "src/tools/clippy/rustc_tools_util" }