Move expr copying to can

This commit is contained in:
Ayaz Hafiz 2022-07-12 12:29:17 -04:00
parent 63adb901b4
commit 987ebfa9d3
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 7 additions and 5 deletions

View file

@ -5,6 +5,7 @@ pub mod abilities;
pub mod annotation;
pub mod builtins;
pub mod constraint;
pub mod copy;
pub mod def;
pub mod effect_module;
pub mod env;