diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index a010125b760..458089e5392 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -10,7 +10,7 @@ doctest = false [[bin]] name = "rust-analyzer" -path = "./src/bin/main.rs" +path = "src/bin/main.rs" [dependencies] anyhow = "1.0.26"