Move unique_builtins into builtins crate

This commit is contained in:
Richard Feldman 2020-03-06 01:47:04 -05:00
parent cc92ca7e7c
commit 45bda2e0c7
9 changed files with 16 additions and 17 deletions

View file

@ -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;