]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Rollup merge of #56441 - ollie27:rustbuild_compiler_docs, r=alexcrichton
[rust.git] / Cargo.toml
index 1e1d7a40967b34f629eb60e5f0d2f978b272aebd..b763caa97d7ca2c37e512d086bc37309e2ad1933 100644 (file)
@@ -26,6 +26,9 @@ 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
@@ -62,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" }