mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Remove debug_assertions requirement
This commit is contained in:
parent
5a92947326
commit
27c2bd025d
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue