Silenced warnings in color sub-crate.

This commit is contained in:
Nathan Vegdahl 2018-12-15 22:06:32 -08:00
parent f2e591a91f
commit f9d75f490c

View File

@ -1,3 +1,6 @@
#![allow(clippy::excessive_precision)]
#![allow(clippy::unreadable_literal)]
#[allow(non_camel_case_types)]
#[derive(Copy, Clone)]
pub enum Space {