mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Minor cleanup
This commit is contained in:
parent
70dd70b1fc
commit
018255efe3
2 changed files with 21 additions and 20 deletions
|
@ -19,7 +19,7 @@ use xtask::{
|
|||
};
|
||||
|
||||
// Latest stable, feel free to send a PR if this lags behind.
|
||||
const REQUIRED_RUST_VERSION: u32 = 38;
|
||||
const REQUIRED_RUST_VERSION: u32 = 39;
|
||||
|
||||
struct InstallOpt {
|
||||
client: Option<ClientOpt>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue