Remove debug_assertions requirement

This commit is contained in:
Ayaz Hafiz 2022-11-15 10:11:34 -06:00
parent 5a92947326
commit 27c2bd025d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -2147,7 +2147,6 @@ impl Subs {
}
}
#[cfg(debug_assertions)]
pub fn dbg(&self, var: Variable) -> impl std::fmt::Debug + '_ {
SubsFmtContent(self.get_content_without_compacting(var), self)
}