Fix crate names

This commit is contained in:
Laurențiu Nicola 2022-05-02 11:41:06 +03:00
parent 5c88d9344c
commit 7093356a98

View File

@ -23,7 +23,7 @@ impl flags::Release {
}
// Generates bits of manual.adoc.
cmd!(sh, "cargo test -p ide_assists -p ide_diagnostics -p rust-analyzer -- sourcegen_")
cmd!(sh, "cargo test -p ide-assists -p ide-diagnostics -p rust-analyzer -- sourcegen_")
.run()?;
let website_root = project_root().join("../rust-analyzer.github.io");