mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Fix imports
This commit is contained in:
parent
414a320358
commit
91ceebc065
6 changed files with 49 additions and 13 deletions
|
@ -4,9 +4,6 @@ use std::path::{Path, PathBuf};
|
|||
use bumpalo::Bump;
|
||||
use roc_module::symbol::ModuleId;
|
||||
|
||||
#[cfg(not(windows))]
|
||||
const ROC_SKIP_SUBS_CACHE: &str = "ROC_SKIP_SUBS_CACHE";
|
||||
|
||||
const SKIP_SUBS_CACHE: bool = {
|
||||
match option_env!("ROC_SKIP_SUBS_CACHE") {
|
||||
Some(s) => s.len() == 1 && s.as_bytes()[0] == b'1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue