Update lib.rs

This commit is contained in:
Able 2021-06-02 17:29:58 -05:00 committed by GitHub
parent a0d5ccfd2c
commit a1154c11fe

View file

@ -6,6 +6,7 @@
#![no_std]
#![warn(missing_docs)]
#![feature(const_fn_trait_bound)]
pub mod colors;
pub mod configurations;