mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Cleanup
This commit is contained in:
parent
64f0510d18
commit
5e7995eeb7
3 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
//! Installs rust-analyzer langauge server and/or editor plugin.
|
||||
//! Installs rust-analyzer language server and/or editor plugin.
|
||||
|
||||
use std::{env, path::PathBuf, str};
|
||||
|
||||
use anyhow::{Context, Result};
|
||||
|
||||
use crate::{run, run_with_output, Cmd};
|
||||
use crate::cmd::{run, run_with_output, Cmd};
|
||||
|
||||
// Latest stable, feel free to send a PR if this lags behind.
|
||||
const REQUIRED_RUST_VERSION: u32 = 40;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue