mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
fix: Add cast expressions to param name inlay hint heuristics
This commit is contained in:
parent
5d5bbec9b6
commit
822d9b55b7
2 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue