Skip to content

Commit

Permalink
Fix the release profile on generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Dec 10, 2024
1 parent 67f62ff commit e614343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/cu29_runtime/src/monitoring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ use cu29_value::to_value;

#[allow(unused_imports)]
use cu29_log_runtime::log;

#[allow(unused_imports)]
#[cfg(debug_assertions)]
use cu29_log_runtime::log_debug_mode;

use cu29_traits::{CuError, CuResult};

use std::alloc::{GlobalAlloc, Layout, System};
Expand Down

0 comments on commit e614343

Please sign in to comment.