mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 06:02:54 +00:00
clippy+fmt
This commit is contained in:
parent
e9d8d13b02
commit
b681949461
5 changed files with 14 additions and 11 deletions
|
|
@ -4,6 +4,7 @@ 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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue