fix unused

This commit is contained in:
Dmitry 2020-08-09 20:53:02 +07:00
parent 8068302fef
commit 3af00eb45a

View file

@ -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<()> {