aboutsummaryrefslogtreecommitdiff
path: root/rust-analyzer-chromiumos-wrapper/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust-analyzer-chromiumos-wrapper/src/main.rs')
-rw-r--r--rust-analyzer-chromiumos-wrapper/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-analyzer-chromiumos-wrapper/src/main.rs b/rust-analyzer-chromiumos-wrapper/src/main.rs
index 701a452b..b43ad5c3 100644
--- a/rust-analyzer-chromiumos-wrapper/src/main.rs
+++ b/rust-analyzer-chromiumos-wrapper/src/main.rs
@@ -21,7 +21,7 @@ use simplelog::{Config, LevelFilter, WriteLogger};
use serde_json::{from_slice, to_writer, Value};
-const CHROOT_SERVER_PATH: &str = "/usr/sbin/rust-analyzer";
+const CHROOT_SERVER_PATH: &str = "/usr/bin/rust-analyzer";
fn main() -> Result<()> {
let args = env::args().skip(1);
@@ -430,7 +430,7 @@ mod test {
}"#,
&[],
r#"{
- "path": "/usr/sbin/rust-analyzer"
+ "path": "/usr/bin/rust-analyzer"
}"#,
)
}