mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
item deleter pass
This commit is contained in:
parent
22804c3065
commit
fdfde615f6
8 changed files with 162 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
mod everybody_loops;
|
||||
mod item_deleter;
|
||||
mod privatize;
|
||||
|
||||
pub use self::{everybody_loops::EverybodyLoops, privatize::Privatize};
|
||||
pub use self::{everybody_loops::EverybodyLoops, item_deleter::ItemDeleter, privatize::Privatize};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue