mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Move unique_builtins into builtins crate
This commit is contained in:
parent
cc92ca7e7c
commit
45bda2e0c7
9 changed files with 16 additions and 17 deletions
|
@ -10,4 +10,5 @@
|
|||
// and encouraging shortcuts here creates bad incentives. I would rather temporarily
|
||||
// re-enable this when working on performance optimizations than have it block PRs.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod all;
|
||||
pub mod std;
|
||||
pub mod unique;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue