mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix release errors
This commit is contained in:
parent
d13b556295
commit
66e65714b9
2 changed files with 6 additions and 4 deletions
|
@ -88,7 +88,8 @@ pub struct CacheStatistics {
|
|||
|
||||
macro_rules! inc_stat {
|
||||
($stats:expr, $field:ident) => {
|
||||
if cfg!(debug_assertions) {
|
||||
#[cfg(debug_assertions)]
|
||||
{
|
||||
$stats.$field += 1;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue