diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-07-02 08:43:10 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2025-07-02 08:48:20 +0000 |
| commit | 6671d9b92a0bfd70b42e6332c06cd3eeecb52b32 (patch) | |
| tree | f3bc0a746008c54be896aacae23980735b314626 /src/tools | |
| parent | 62949cd2d6849cdee2160467365cfa6529b77f16 (diff) | |
| download | rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.tar.gz rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.zip | |
Rename mingw-check-tidy to tidy
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/rustdoc_js.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/rustdoc_js.rs b/src/tools/tidy/src/rustdoc_js.rs index e3907416431..5e924544f0d 100644 --- a/src/tools/tidy/src/rustdoc_js.rs +++ b/src/tools/tidy/src/rustdoc_js.rs @@ -52,7 +52,7 @@ fn get_eslint_version() -> Option<String> { } pub fn check(librustdoc_path: &Path, tools_path: &Path, src_path: &Path, bad: &mut bool) { - let eslint_version_path = src_path.join("ci/docker/host-x86_64/pr-check-tidy/eslint.version"); + let eslint_version_path = src_path.join("ci/docker/host-x86_64/tidy/eslint.version"); let eslint_version = match std::fs::read_to_string(&eslint_version_path) { Ok(version) => version.trim().to_string(), Err(error) => { |
