rename standard_library -> roc

This commit is contained in:
Folkert 2022-03-23 21:19:15 +01:00
parent ca16099e83
commit d607d6db05
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
11 changed files with 29 additions and 29 deletions

View file

@ -2,5 +2,5 @@
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
#![allow(clippy::large_enum_variant)]
pub mod bitcode;
pub mod standard_library;
pub mod roc;
pub mod std;