//! No-op tagging helpers for non-testing or no-std builds.
use LiftedAirBuilder;
/// No-op tagging extension for non-testing builds.
///
/// The methods call the provided closure directly so they have no runtime overhead beyond
/// the call itself (which the optimizer should inline away).