Remove deriving decoding module for now

This commit is contained in:
Ayaz Hafiz 2022-08-03 10:18:02 -05:00
parent 7bcfb2cd38
commit f52e329393
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -16,7 +16,6 @@ use roc_types::subs::{
};
use util::Env;
mod decoding;
mod encoding;
mod util;