Skip to content

Commit ab914cf

Browse files
committed
bootstrap: rust-installer no loger subtree, so allow running lints over it
1 parent a3bca31 commit ab914cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ bootstrap_tool!(
289289
Compiletest, "src/tools/compiletest", "compiletest", is_unstable_tool = true, allow_features = "test";
290290
BuildManifest, "src/tools/build-manifest", "build-manifest";
291291
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client";
292-
RustInstaller, "src/tools/rust-installer", "rust-installer", is_external_tool = true;
292+
RustInstaller, "src/tools/rust-installer", "rust-installer";
293293
RustdocTheme, "src/tools/rustdoc-themes", "rustdoc-themes";
294294
ExpandYamlAnchors, "src/tools/expand-yaml-anchors", "expand-yaml-anchors";
295295
LintDocs, "src/tools/lint-docs", "lint-docs";

0 commit comments

Comments
 (0)