about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
m---------src/tools/rust-analyzer27
-rw-r--r--src/tools/tidy/src/lib.rs1
2 files changed, 28 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer b/src/tools/rust-analyzer
new file mode 160000
+Subproject f5a4a4b46e706697abe4bd136503ecc09aa23b6
diff --git a/src/tools/tidy/src/lib.rs b/src/tools/tidy/src/lib.rs
index be1e598d8d4..b4aafb815fc 100644
--- a/src/tools/tidy/src/lib.rs
+++ b/src/tools/tidy/src/lib.rs
@@ -56,6 +56,7 @@ fn filter_dirs(path: &Path) -> bool {
         "src/tools/clippy",
         "src/tools/miri",
         "src/tools/rls",
+        "src/tools/rust-analyzer",
         "src/tools/rust-installer",
         "src/tools/rustfmt",
         "src/doc/book",