Hide subs behind Env deref

This commit is contained in:
Ayaz Hafiz 2023-07-16 09:09:26 -05:00
parent 1df2e942a2
commit 8097ee3342
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 283 additions and 281 deletions

View file

@ -4,5 +4,6 @@
// See github.com/roc-lang/roc/issues/800 for discussion of the large_enum_variant check.
#![allow(clippy::large_enum_variant)]
mod env;
mod fix;
pub mod unify;