Use a custom macro for builtin_defs

This commit is contained in:
Richard Feldman 2020-06-20 10:58:12 -04:00
parent 07689ca9dc
commit f90b64edd9
2 changed files with 79 additions and 119 deletions

View file

@ -24,6 +24,3 @@ pub mod pattern;
pub mod procedure;
pub mod scope;
pub mod string;
#[macro_use]
extern crate roc_collections;