Fix crate names
This commit is contained in:
parent
5c88d9344c
commit
7093356a98
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user