fix: Add cast expressions to param name inlay hint heuristics

This commit is contained in:
Lukas Wirth 2022-05-10 13:43:43 +02:00
parent 5d5bbec9b6
commit 822d9b55b7
2 changed files with 3 additions and 1 deletions

View file

@ -31,7 +31,7 @@ fn integrated_highlighting_benchmark() {
// Load rust-analyzer itself.
let workspace_to_load = project_root();
let file = "./crates/ide_db/src/apply_change.rs";
let file = "./crates/ide-db/src/apply_change.rs";
let cargo_config = CargoConfig::default();
let load_cargo_config = LoadCargoConfig {