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