debug import

This commit is contained in:
Ayaz Hafiz 2023-07-16 12:43:52 -05:00
parent c9d2c4d4cd
commit 8d1d4e6df3
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -1,3 +1,4 @@
#[cfg(debug_assertions)]
use roc_checkmate::debug_checkmate;
use roc_collections::VecSet;
use roc_types::subs::{Descriptor, Subs, Variable};