diff options
Diffstat (limited to 'xtask/src')
-rw-r--r-- | xtask/src/codegen/gen_unstable_future_descriptor.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xtask/src/codegen/gen_unstable_future_descriptor.rs b/xtask/src/codegen/gen_unstable_future_descriptor.rs index 298696fbb..6dce8ba0a 100644 --- a/xtask/src/codegen/gen_unstable_future_descriptor.rs +++ b/xtask/src/codegen/gen_unstable_future_descriptor.rs | |||
@@ -5,9 +5,8 @@ use crate::{ | |||
5 | }; | 5 | }; |
6 | use std::process::Command; | 6 | use std::process::Command; |
7 | use std::fs; | 7 | use std::fs; |
8 | use std::path::{Path, PathBuf}; | 8 | use walkdir::WalkDir; |
9 | use walkdir::{DirEntry, WalkDir}; | 9 | use quote::quote; |
10 | use quote::{format_ident, quote}; | ||
11 | use crate::codegen::update; | 10 | use crate::codegen::update; |
12 | 11 | ||
13 | pub fn generate_unstable_future_descriptor(mode: Mode) -> Result<()> { | 12 | pub fn generate_unstable_future_descriptor(mode: Mode) -> Result<()> { |