mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
rustfmt
This commit is contained in:
parent
b535e9c774
commit
b993b564a2
3 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use quote::ToTokens;
|
||||
use syn::{parse_quote, visit_mut::VisitMut};
|
||||
|
||||
use crate::processor::{tracking, PassController, ProcessState, Pass, SourceFile};
|
||||
use crate::processor::{tracking, Pass, PassController, ProcessState, SourceFile};
|
||||
|
||||
struct Visitor<'a> {
|
||||
current_path: Vec<String>,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
use quote::ToTokens;
|
||||
use syn::{parse_quote, visit_mut::VisitMut, Visibility};
|
||||
|
||||
use crate::processor::{tracking, PassController, ProcessState, Pass, SourceFile};
|
||||
use crate::processor::{tracking, Pass, PassController, ProcessState, SourceFile};
|
||||
|
||||
struct Visitor<'a> {
|
||||
pub_crate: Visibility,
|
||||
|
|
|
|||
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
use crate::build::Build;
|
||||
|
||||
use super::{
|
||||
files::Changes, tracking, Minimizer, PassController, ProcessState, Pass, SourceFile,
|
||||
};
|
||||
use super::{files::Changes, tracking, Minimizer, Pass, PassController, ProcessState, SourceFile};
|
||||
use anyhow::{Context, Result};
|
||||
use proc_macro2::Span;
|
||||
use quote::ToTokens;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue