Skip to content

Commit e661f9f

Browse files
committed
Don't vendor rust-analyzer
Work around its dependency on fs_extra
1 parent d327744 commit e661f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ impl Step for PlainSourceTarball {
913913
let mut cmd = Command::new(&builder.initial_cargo);
914914
cmd.arg("vendor")
915915
.arg("--sync")
916-
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
916+
//.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
917917
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
918918
.current_dir(&plain_dst_src);
919919
builder.run(&mut cmd);

0 commit comments

Comments
 (0)