1
2
3
4
5
6
7
//! Plan: nogc (allocation-only)

pub(super) mod global;
pub(super) mod mutator;

pub use self::global::NoGC;
pub use self::global::NOGC_CONSTRAINTS;