]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Ensure that INVALID_CODEBLOCK_ATTRIBUTES lint is emitted
[rust.git] / Cargo.toml
index 4156ef8f124a72601c08b023b2618450f85cbfe7..c27e5c469cf4be5ccd7fe680fccae369af9b1788 100644 (file)
@@ -8,8 +8,8 @@ members = [
   "src/tools/clippy",
   "src/tools/compiletest",
   "src/tools/error_index_generator",
-  "src/tools/install-git-hook",
   "src/tools/linkchecker",
+  "src/tools/lint-docs",
   "src/tools/rustbook",
   "src/tools/unstable-book-gen",
   "src/tools/tidy",
@@ -31,6 +31,7 @@ members = [
 ]
 exclude = [
   "build",
+  "compiler/rustc_codegen_cranelift",
   # HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`.
   "obj",
 ]