diff options
Diffstat (limited to 'yjit/src/lib.rs')
| -rw-r--r-- | yjit/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/src/lib.rs b/yjit/src/lib.rs index 6772f551a8..019189e8e8 100644 --- a/yjit/src/lib.rs +++ b/yjit/src/lib.rs @@ -4,6 +4,7 @@ #![allow(clippy::identity_op)] // Sometimes we do it for style mod asm; +mod ir; mod codegen; mod core; mod cruby; |
