mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-09 06:38:04 +00:00
Move check_ext_var to utility module
This commit is contained in:
parent
0cc3eae2cb
commit
275391c065
3 changed files with 23 additions and 19 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
pub mod decoding;
|
||||
pub mod encoding;
|
||||
mod util;
|
||||
|
||||
use decoding::{FlatDecodable, FlatDecodableKey};
|
||||
use encoding::{FlatEncodable, FlatEncodableKey};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue