mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-13 08:27:17 +00:00
fmt
This commit is contained in:
parent
4d047afe60
commit
45f171c43a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//! Generates descriptors structure for unstable feature from Unstable Book
|
||||
|
||||
use crate::codegen::{update, reformat};
|
||||
use crate::codegen::{self, project_root, Mode, Result};
|
||||
use crate::codegen::{reformat, update};
|
||||
use crate::not_bash::{fs2, pushd, run};
|
||||
use proc_macro2::TokenStream;
|
||||
use quote::quote;
|
||||
|
|
Loading…
Reference in a new issue