]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Check that value is explicitly none
[rust.git] / Cargo.toml
index 8b804099e19a04325dedaf461d589286c07da86e..5bd1147cad55425b693b4118e5326cb210e8ab29 100644 (file)
@@ -31,6 +31,7 @@ members = [
   "src/tools/rustdoc-themes",
   "src/tools/unicode-table-generator",
   "src/tools/expand-yaml-anchors",
+  "src/tools/jsondocck",
 ]
 
 exclude = [
@@ -97,10 +98,6 @@ rustfmt-nightly = { path = "src/tools/rustfmt" }
 # See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on
 # here
 rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }
-rls-span = { path = 'src/tools/rls/rls-span' }
-rls-data = { path = 'src/tools/rls/rls-data' }
-# rls-analysis = { path = 'src/tools/rls/rls-analysis' }
-# rls-vfs = { path = 'src/tools/rls/rls-vfs' }
 
 # See comments in `library/rustc-std-workspace-core/README.md` for what's going on
 # here