Module stripper

Source
Expand description

A collection of utility functions for the strip_* passes.

Structs§

ImplStripper 🔒
This stripper discards all impls which reference stripped items
ImportStripper 🔒
This stripper discards all private import statements (use, extern crate)
Stripper 🔒

Functions§

is_item_reachable 🔒