From 2214a41892e86dcff8fbb85a258826d2913a2bc4 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Mon, 3 May 2021 22:59:35 +0200 Subject: Update RLS and Rustfmt --- src/tools/rls | 2 +- src/tools/rustfmt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/rls b/src/tools/rls index 74d1800c254..359513ce678 160000 --- a/src/tools/rls +++ b/src/tools/rls @@ -1 +1 @@ -Subproject commit 74d1800c25498689c5b5120a1e8495fce0cd0d0d +Subproject commit 359513ce678efba186972e4f280dbc7046cac15f diff --git a/src/tools/rustfmt b/src/tools/rustfmt index 0bd2b1927c2..2a3635d5d12 160000 --- a/src/tools/rustfmt +++ b/src/tools/rustfmt @@ -1 +1 @@ -Subproject commit 0bd2b1927c2b02a6fe7447d58e897cf1f1a1d41f +Subproject commit 2a3635d5d1218c726ff58af4bc35418836143f69 -- cgit 1.4.1-3-g733a5 From dcaf74bb6cf7f4127e7476e0975c572a82a6cc2d Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 2 May 2021 15:06:24 -0400 Subject: Add `yansi-term` as a permitted dependency --- src/tools/tidy/src/deps.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools') diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 5a843ea61ec..b604b39967e 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -189,6 +189,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[ "winapi-i686-pc-windows-gnu", "winapi-util", "winapi-x86_64-pc-windows-gnu", + // this is a false-positive: it's only used by rustfmt, but because it's enabled through a feature, tidy thinks it's used by rustc as well. + "yansi-term", ]; /// Dependency checks. -- cgit 1.4.1-3-g733a5