mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
more
This commit is contained in:
parent
562c56a95a
commit
8b76e561cb
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ pub fn minimize(options: Options, stop: Arc<AtomicBool>) -> Result<()> {
|
|||
minimizer.run_passes([
|
||||
passes::Privatize::default().boxed(),
|
||||
passes::EverybodyLoops::default().boxed(),
|
||||
passes::FieldDeleter::default().boxed(),
|
||||
passes::ItemDeleter::default().boxed(),
|
||||
])?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue