mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
fix unused
This commit is contained in:
parent
8068302fef
commit
a2eb7e5739
2 changed files with 2 additions and 4 deletions
|
@ -5,9 +5,8 @@ use crate::{
|
|||
};
|
||||
use std::process::Command;
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
use walkdir::{DirEntry, WalkDir};
|
||||
use quote::{format_ident, quote};
|
||||
use walkdir::WalkDir;
|
||||
use quote::quote;
|
||||
use crate::codegen::update;
|
||||
|
||||
pub fn generate_unstable_future_descriptor(mode: Mode) -> Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue