Can use cfg attributes that are tucked underneth a module flag. ```rust #[cfg(feature = "debug")] ```
Can use cfg attributes that are tucked underneth a module flag.
#[cfg(feature = "debug")]