You can use cfg(debug_assertions) but there should probably be a cfg(debug).
cfg(debug_assertions)
cfg(debug)